Html Css Color HEX #EAD00E Broom

📋 copy color: '#EAD00E'

red 234 ◦ green 208 ◦ blue 14

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

Shades of Broom #EAD00E

Tints of Broom #EAD00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.07%

R = 51.32%
G = 45.61%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD00E (or 0xEAD00E) is known color: Broom. HEX triplet: EA, D0 and 0E. RGB value is (234,208,14). Sum of RGB (Red+Green+Blue) = 234+208+14=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD00E is #152FF1. Grayscale: #C2C2C2. Windows color (decimal): -1388530 or 970986. OLE color: 970986.

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

Color convert

RGB 234 208 14 -
CMYK 0 0.11 0.94 0.08
HSL 52.91º 0.89% 0.49% -
HSV(B) 52.91º 0.94% 0.92% -
XYZ 56.57 62.64 9.52 -
YUV 193.66 26.61 156.77 -
System Red Green Blue C M Y K H S L
Decimal 234 208 14 0 0.11 0.94 0.08 52.91 0.89 0.49
Hex EA D0 E 0 B 5E 8 35 59 31
Octal 352 320 16 0 13 136 10 65 131 61
Binary 11101010 11010000 1110 0 1011 1011110 1000 110101 1011001 110001

Color Harmonies of #EAD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD00E

Black with #EAD00E

Text Example


Text Example

White with #EAD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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