Html Css Color HEX #EAD229 Broom

📋 copy color: '#EAD229'

red 234 ◦ green 210 ◦ blue 41

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

Shades of Broom #EAD229

Tints of Broom #EAD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

 BLUE value IS 41 (16.41% from 255) = 8.45%

R = 48.25%
G = 43.3%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAD229 (or 0xEAD229) is known color: Broom. HEX triplet: EA, D2 and 29. RGB value is (234,210,41). Sum of RGB (Red+Green+Blue) = 234+210+41=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD229 is #152DD6. Grayscale: #C6C6C6. Windows color (decimal): -1387991 or 2740970. OLE color: 2740970.

HSL color Cylindrical-coordinate representation of color #EAD229: hue angle of 52.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAD229 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 41 -
CMYK 0 0.10 0.82 0.08
HSL 52.54º 0.82% 0.54% -
HSV(B) 52.54º 0.82% 0.92% -
XYZ 57.38 63.75 11.38 -
YUV 197.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 234 210 41 0 0.10 0.82 0.08 52.54 0.82 0.54
Hex EA D2 29 0 A 52 8 35 52 36
Octal 352 322 51 0 12 122 10 65 122 66
Binary 11101010 11010010 101001 0 1010 1010010 1000 110101 1010010 110110

Color Harmonies of #EAD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD229

Black with #EAD229

Text Example


Text Example

White with #EAD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD229; }

 p { color: rgb(234,210,41); }

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

background-color css

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

 a { background-color: rgb(234,210,41); }

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

border-color css

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

 span { border-color: rgb(234,210,41); }

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