Html Css Color HEX #EAD529 Broom

📋 copy color: '#EAD529'

red 234 ◦ green 213 ◦ blue 41

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

Shades of Broom #EAD529

Tints of Broom #EAD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 47.95%
G = 43.65%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAD529 (or 0xEAD529) is known color: Broom. HEX triplet: EA, D5 and 29. RGB value is (234,213,41). Sum of RGB (Red+Green+Blue) = 234+213+41=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD529 is #152AD6. Grayscale: #C8C8C8. Windows color (decimal): -1387223 or 2741738. OLE color: 2741738.

HSL color Cylindrical-coordinate representation of color #EAD529: hue angle of 53.47º 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 #EAD529 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 41 -
CMYK 0 0.09 0.82 0.08
HSL 53.47º 0.82% 0.54% -
HSV(B) 53.47º 0.82% 0.92% -
XYZ 58.13 65.24 11.63 -
YUV 199.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 234 213 41 0 0.09 0.82 0.08 53.47 0.82 0.54
Hex EA D5 29 0 9 52 8 35 52 36
Octal 352 325 51 0 11 122 10 65 122 66
Binary 11101010 11010101 101001 0 1001 1010010 1000 110101 1010010 110110

Color Harmonies of #EAD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD529

Black with #EAD529

Text Example


Text Example

White with #EAD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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