Html Css Color HEX #E1D320 Broom

📋 copy color: '#E1D320'

red 225 ◦ green 211 ◦ blue 32

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

Shades of Broom #E1D320

Tints of Broom #E1D320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 48.08%
G = 45.09%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1D320 (or 0xE1D320) is known color: Broom. HEX triplet: E1, D3 and 20. RGB value is (225,211,32). Sum of RGB (Red+Green+Blue) = 225+211+32=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D320 is #1E2CDF. Grayscale: #C3C3C3. Windows color (decimal): -1977568 or 2151393. OLE color: 2151393.

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

Color convert

RGB 225 211 32 -
CMYK 0 0.06 0.86 0.12
HSL 55.65º 0.76% 0.5% -
HSV(B) 55.65º 0.86% 0.88% -
XYZ 54.61 62.7 10.59 -
YUV 194.78 36.14 149.55 -
System Red Green Blue C M Y K H S L
Decimal 225 211 32 0 0.06 0.86 0.12 55.65 0.76 0.5
Hex E1 D3 20 0 6 56 C 38 4C 32
Octal 341 323 40 0 6 126 14 70 114 62
Binary 11100001 11010011 100000 0 110 1010110 1100 111000 1001100 110010

Color Harmonies of #E1D320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D320

Black with #E1D320

Text Example


Text Example

White with #E1D320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D320; }

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

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

background-color css

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

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

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

border-color css

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

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

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