Html Css Color HEX #E8D114 Broom

📋 copy color: '#E8D114'

red 232 ◦ green 209 ◦ blue 20

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

Shades of Broom #E8D114

Tints of Broom #E8D114

RGB

 RED value IS 232 (91.02% from 255) = 50.33%

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

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

R = 50.33%
G = 45.34%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8D114 (or 0xE8D114) is known color: Broom. HEX triplet: E8, D1 and 14. RGB value is (232,209,20). Sum of RGB (Red+Green+Blue) = 232+209+20=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D114 is #172EEB. Grayscale: #C3C3C3. Windows color (decimal): -1519340 or 1364456. OLE color: 1364456.

HSL color Cylindrical-coordinate representation of color #E8D114: hue angle of 53.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8D114 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 209 20 -
CMYK 0 0.10 0.91 0.09
HSL 53.49º 0.84% 0.49% -
HSV(B) 53.49º 0.91% 0.91% -
XYZ 56.21 62.81 9.82 -
YUV 194.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 232 209 20 0 0.10 0.91 0.09 53.49 0.84 0.49
Hex E8 D1 14 0 A 5B 9 35 54 31
Octal 350 321 24 0 12 133 11 65 124 61
Binary 11101000 11010001 10100 0 1010 1011011 1001 110101 1010100 110001

Color Harmonies of #E8D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D114

Black with #E8D114

Text Example


Text Example

White with #E8D114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D114; }

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

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

background-color css

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

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

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

border-color css

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

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

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