Html Css Color HEX #E1CB20 Broom

📋 copy color: '#E1CB20'

red 225 ◦ green 203 ◦ blue 32

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

Shades of Broom #E1CB20

Tints of Broom #E1CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

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

R = 48.91%
G = 44.13%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1CB20 (or 0xE1CB20) is known color: Broom. HEX triplet: E1, CB and 20. RGB value is (225,203,32). Sum of RGB (Red+Green+Blue) = 225+203+32=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CB20 is #1E34DF. Grayscale: #BEBEBE. Windows color (decimal): -1979616 or 2149345. OLE color: 2149345.

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

Color convert

RGB 225 203 32 -
CMYK 0 0.10 0.86 0.12
HSL 53.16º 0.76% 0.5% -
HSV(B) 53.16º 0.86% 0.88% -
XYZ 52.67 58.82 9.94 -
YUV 190.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 225 203 32 0 0.10 0.86 0.12 53.16 0.76 0.5
Hex E1 CB 20 0 A 56 C 35 4C 32
Octal 341 313 40 0 12 126 14 65 114 62
Binary 11100001 11001011 100000 0 1010 1010110 1100 110101 1001100 110010

Color Harmonies of #E1CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB20

Black with #E1CB20

Text Example


Text Example

White with #E1CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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