Html Css Color HEX #E8D914 Broom

📋 copy color: '#E8D914'

red 232 ◦ green 217 ◦ blue 20

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

Shades of Broom #E8D914

Tints of Broom #E8D914

RGB

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

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

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

R = 49.47%
G = 46.27%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8D914 (or 0xE8D914) is known color: Broom. HEX triplet: E8, D9 and 14. RGB value is (232,217,20). Sum of RGB (Red+Green+Blue) = 232+217+20=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D914 is #1726EB. Grayscale: #C7C7C7. Windows color (decimal): -1517292 or 1366504. OLE color: 1366504.

HSL color Cylindrical-coordinate representation of color #E8D914: hue angle of 55.75º 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 #E8D914 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 20 -
CMYK 0 0.06 0.91 0.09
HSL 55.75º 0.84% 0.49% -
HSV(B) 55.75º 0.91% 0.91% -
XYZ 58.22 66.83 10.49 -
YUV 199.03 26.97 151.52 -
System Red Green Blue C M Y K H S L
Decimal 232 217 20 0 0.06 0.91 0.09 55.75 0.84 0.49
Hex E8 D9 14 0 6 5B 9 38 54 31
Octal 350 331 24 0 6 133 11 70 124 61
Binary 11101000 11011001 10100 0 110 1011011 1001 111000 1010100 110001

Color Harmonies of #E8D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D914

Black with #E8D914

Text Example


Text Example

White with #E8D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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