Html Css Color HEX #EAD00C Broom

📋 copy color: '#EAD00C'

red 234 ◦ green 208 ◦ blue 12

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

Shades of Broom #EAD00C

Tints of Broom #EAD00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 51.54%
G = 45.81%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAD00C (or 0xEAD00C) is known color: Broom. HEX triplet: EA, D0 and 0C. RGB value is (234,208,12). Sum of RGB (Red+Green+Blue) = 234+208+12=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD00C is #152FF3. Grayscale: #C2C2C2. Windows color (decimal): -1388532 or 839914. OLE color: 839914.

HSL color Cylindrical-coordinate representation of color #EAD00C: hue angle of 52.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAD00C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 12 -
CMYK 0 0.11 0.95 0.08
HSL 52.97º 0.9% 0.48% -
HSV(B) 52.97º 0.95% 0.92% -
XYZ 56.55 62.63 9.46 -
YUV 193.43 25.61 156.94 -
System Red Green Blue C M Y K H S L
Decimal 234 208 12 0 0.11 0.95 0.08 52.97 0.9 0.48
Hex EA D0 C 0 B 5F 8 35 5A 30
Octal 352 320 14 0 13 137 10 65 132 60
Binary 11101010 11010000 1100 0 1011 1011111 1000 110101 1011010 110000

Color Harmonies of #EAD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD00C

Black with #EAD00C

Text Example


Text Example

White with #EAD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD00C; }

 p { color: rgb(234,208,12); }

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

background-color css

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

 a { background-color: rgb(234,208,12); }

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

border-color css

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

 span { border-color: rgb(234,208,12); }

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