Html Css Color HEX #EAD622 Broom

📋 copy color: '#EAD622'

red 234 ◦ green 214 ◦ blue 34

#EAD622
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EAD622

Tints of Broom #EAD622

RGB

 RED value IS 234 (91.8% from 255) = 48.55%

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 48.55%
G = 44.4%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAD622 (or 0xEAD622) is known color: Broom. HEX triplet: EA, D6 and 22. RGB value is (234,214,34). Sum of RGB (Red+Green+Blue) = 234+214+34=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD622 is #1529DD. Grayscale: #C8C8C8. Windows color (decimal): -1386974 or 2283242. OLE color: 2283242.

HSL color Cylindrical-coordinate representation of color #EAD622: hue angle of 54º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAD622 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 34 -
CMYK 0 0.09 0.85 0.08
HSL 54º 0.83% 0.53% -
HSV(B) 54º 0.85% 0.92% -
XYZ 58.27 65.7 11.12 -
YUV 199.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 234 214 34 0 0.09 0.85 0.08 54 0.83 0.53
Hex EA D6 22 0 9 55 8 36 53 35
Octal 352 326 42 0 11 125 10 66 123 65
Binary 11101010 11010110 100010 0 1001 1010101 1000 110110 1010011 110101

Color Harmonies of #EAD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD622

Black with #EAD622

Text Example


Text Example

White with #EAD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD622; }

 p { color: rgb(234,214,34); }

 H1.HeaderClassName
 {
   color: #EAD622;
 }
 .AnyTagClassName
 {
   color: #EAD622;
 }
</style>

background-color css

<style>
 a { background-color: #EAD622; }

 a { background-color: rgb(234,214,34); }

 div.DivClassName
 {
   background-color: #EAD622;
 }
 .BgClassName
 {
   background-color: #EAD622;
 }
</style>

border-color css

<style>
 span { border-color: #EAD622; }

 span { border-color: rgb(234,214,34); }

 td.TdClassName
 {
   border-color: #EAD622;
 }
 .TagClassName
 {
   border-color: #EAD622;
 }
</style>