Html Css Color HEX #E2CA20 Broom

📋 copy color: '#E2CA20'

red 226 ◦ green 202 ◦ blue 32

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

Shades of Broom #E2CA20

Tints of Broom #E2CA20

RGB

 RED value IS 226 (88.67% from 255) = 49.13%

 GREEN value IS 202 (79.3% from 255) = 43.91%

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

R = 49.13%
G = 43.91%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2CA20 (or 0xE2CA20) is known color: Broom. HEX triplet: E2, CA and 20. RGB value is (226,202,32). Sum of RGB (Red+Green+Blue) = 226+202+32=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA20 is #1D35DF. Grayscale: #BEBEBE. Windows color (decimal): -1914336 or 2149090. OLE color: 2149090.

HSL color Cylindrical-coordinate representation of color #E2CA20: hue angle of 52.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2CA20 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 32 -
CMYK 0 0.11 0.86 0.11
HSL 52.58º 0.77% 0.51% -
HSV(B) 52.58º 0.86% 0.89% -
XYZ 52.75 58.51 9.88 -
YUV 189.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 226 202 32 0 0.11 0.86 0.11 52.58 0.77 0.51
Hex E2 CA 20 0 B 56 B 35 4D 33
Octal 342 312 40 0 13 126 13 65 115 63
Binary 11100010 11001010 100000 0 1011 1010110 1011 110101 1001101 110011

Color Harmonies of #E2CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA20

Black with #E2CA20

Text Example


Text Example

White with #E2CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA20; }

 p { color: rgb(226,202,32); }

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

background-color css

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

 a { background-color: rgb(226,202,32); }

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

border-color css

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

 span { border-color: rgb(226,202,32); }

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