Html Css Color HEX #EAD428 Broom

📋 copy color: '#EAD428'

red 234 ◦ green 212 ◦ blue 40

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

Shades of Broom #EAD428

Tints of Broom #EAD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 48.15%
G = 43.62%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAD428 (or 0xEAD428) is known color: Broom. HEX triplet: EA, D4 and 28. RGB value is (234,212,40). Sum of RGB (Red+Green+Blue) = 234+212+40=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD428 is #152BD7. Grayscale: #C7C7C7. Windows color (decimal): -1387480 or 2675946. OLE color: 2675946.

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

Color convert

RGB 234 212 40 -
CMYK 0 0.09 0.83 0.08
HSL 53.2º 0.82% 0.54% -
HSV(B) 53.2º 0.83% 0.92% -
XYZ 57.86 64.73 11.45 -
YUV 198.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 234 212 40 0 0.09 0.83 0.08 53.2 0.82 0.54
Hex EA D4 28 0 9 53 8 35 52 36
Octal 352 324 50 0 11 123 10 65 122 66
Binary 11101010 11010100 101000 0 1001 1010011 1000 110101 1010010 110110

Color Harmonies of #EAD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD428

Black with #EAD428

Text Example


Text Example

White with #EAD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD428; }

 p { color: rgb(234,212,40); }

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

background-color css

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

 a { background-color: rgb(234,212,40); }

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

border-color css

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

 span { border-color: rgb(234,212,40); }

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