Html Css Color HEX #EAD912 Broom

📋 copy color: '#EAD912'

red 234 ◦ green 217 ◦ blue 18

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

Shades of Broom #EAD912

Tints of Broom #EAD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 18 (7.42% from 255) = 3.84%

R = 49.89%
G = 46.27%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAD912 (or 0xEAD912) is known color: Broom. HEX triplet: EA, D9 and 12. RGB value is (234,217,18). Sum of RGB (Red+Green+Blue) = 234+217+18=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD912 is #1526ED. Grayscale: #C8C8C8. Windows color (decimal): -1386222 or 1235434. OLE color: 1235434.

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

Color convert

RGB 234 217 18 -
CMYK 0 0.07 0.92 0.08
HSL 55.28º 0.86% 0.49% -
HSV(B) 55.28º 0.92% 0.92% -
XYZ 58.85 67.16 10.43 -
YUV 199.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 234 217 18 0 0.07 0.92 0.08 55.28 0.86 0.49
Hex EA D9 12 0 7 5C 8 37 56 31
Octal 352 331 22 0 7 134 10 67 126 61
Binary 11101010 11011001 10010 0 111 1011100 1000 110111 1010110 110001

Color Harmonies of #EAD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD912

Black with #EAD912

Text Example


Text Example

White with #EAD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD912; }

 p { color: rgb(234,217,18); }

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

background-color css

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

 a { background-color: rgb(234,217,18); }

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

border-color css

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

 span { border-color: rgb(234,217,18); }

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