Html Css Color HEX #E5D70F Broom

📋 copy color: '#E5D70F'

red 229 ◦ green 215 ◦ blue 15

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

Shades of Broom #E5D70F

Tints of Broom #E5D70F

RGB

 RED value IS 229 (89.84% from 255) = 49.89%

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 49.89%
G = 46.84%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5D70F (or 0xE5D70F) is known color: Broom. HEX triplet: E5, D7 and 0F. RGB value is (229,215,15). Sum of RGB (Red+Green+Blue) = 229+215+15=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D70F is #1A28F0. Grayscale: #C5C5C5. Windows color (decimal): -1714417 or 1038309. OLE color: 1038309.

HSL color Cylindrical-coordinate representation of color #E5D70F: hue angle of 56.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5D70F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 15 -
CMYK 0 0.06 0.93 0.10
HSL 56.07º 0.88% 0.48% -
HSV(B) 56.07º 0.93% 0.9% -
XYZ 56.7 65.29 10.07 -
YUV 196.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 229 215 15 0 0.06 0.93 0.10 56.07 0.88 0.48
Hex E5 D7 F 0 6 5D A 38 58 30
Octal 345 327 17 0 6 135 12 70 130 60
Binary 11100101 11010111 1111 0 110 1011101 1010 111000 1011000 110000

Color Harmonies of #E5D70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D70F

Black with #E5D70F

Text Example


Text Example

White with #E5D70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D70F; }

 p { color: rgb(229,215,15); }

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

background-color css

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

 a { background-color: rgb(229,215,15); }

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

border-color css

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

 span { border-color: rgb(229,215,15); }

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