Html Css Color HEX #E1D520 Broom

📋 copy color: '#E1D520'

red 225 ◦ green 213 ◦ blue 32

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

Shades of Broom #E1D520

Tints of Broom #E1D520

RGB

 RED value IS 225 (88.28% from 255) = 47.87%

 GREEN value IS 213 (83.59% from 255) = 45.32%

 BLUE value IS 32 (12.89% from 255) = 6.81%

R = 47.87%
G = 45.32%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1D520 (or 0xE1D520) is known color: Broom. HEX triplet: E1, D5 and 20. RGB value is (225,213,32). Sum of RGB (Red+Green+Blue) = 225+213+32=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D520 is #1E2ADF. Grayscale: #C4C4C4. Windows color (decimal): -1977056 or 2151905. OLE color: 2151905.

HSL color Cylindrical-coordinate representation of color #E1D520: hue angle of 56.27º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1D520 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 32 -
CMYK 0 0.05 0.86 0.12
HSL 56.27º 0.76% 0.5% -
HSV(B) 56.27º 0.86% 0.88% -
XYZ 55.11 63.7 10.76 -
YUV 195.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 225 213 32 0 0.05 0.86 0.12 56.27 0.76 0.5
Hex E1 D5 20 0 5 56 C 38 4C 32
Octal 341 325 40 0 5 126 14 70 114 62
Binary 11100001 11010101 100000 0 101 1010110 1100 111000 1001100 110010

Color Harmonies of #E1D520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D520

Black with #E1D520

Text Example


Text Example

White with #E1D520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D520; }

 p { color: rgb(225,213,32); }

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

background-color css

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

 a { background-color: rgb(225,213,32); }

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

border-color css

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

 span { border-color: rgb(225,213,32); }

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