Html Css Color HEX #EAD114 Broom

📋 copy color: '#EAD114'

red 234 ◦ green 209 ◦ blue 20

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

Shades of Broom #EAD114

Tints of Broom #EAD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 50.54%
G = 45.14%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAD114 (or 0xEAD114) is known color: Broom. HEX triplet: EA, D1 and 14. RGB value is (234,209,20). Sum of RGB (Red+Green+Blue) = 234+209+20=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD114 is #152EEB. Grayscale: #C3C3C3. Windows color (decimal): -1388268 or 1364458. OLE color: 1364458.

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

Color convert

RGB 234 209 20 -
CMYK 0 0.11 0.91 0.08
HSL 52.99º 0.84% 0.5% -
HSV(B) 52.99º 0.91% 0.92% -
XYZ 56.86 63.14 9.85 -
YUV 194.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 234 209 20 0 0.11 0.91 0.08 52.99 0.84 0.5
Hex EA D1 14 0 B 5B 8 35 54 32
Octal 352 321 24 0 13 133 10 65 124 62
Binary 11101010 11010001 10100 0 1011 1011011 1000 110101 1010100 110010

Color Harmonies of #EAD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD114

Black with #EAD114

Text Example


Text Example

White with #EAD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD114; }

 p { color: rgb(234,209,20); }

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

background-color css

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

 a { background-color: rgb(234,209,20); }

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

border-color css

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

 span { border-color: rgb(234,209,20); }

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