Html Css Color HEX #E2D520 Broom

📋 copy color: '#E2D520'

red 226 ◦ green 213 ◦ blue 32

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

Shades of Broom #E2D520

Tints of Broom #E2D520

RGB

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

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

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

R = 47.98%
G = 45.22%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2D520 (or 0xE2D520) is known color: Broom. HEX triplet: E2, D5 and 20. RGB value is (226,213,32). Sum of RGB (Red+Green+Blue) = 226+213+32=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D520 is #1D2ADF. Grayscale: #C4C4C4. Windows color (decimal): -1911520 or 2151906. OLE color: 2151906.

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

Color convert

RGB 226 213 32 -
CMYK 0 0.06 0.86 0.11
HSL 55.98º 0.77% 0.51% -
HSV(B) 55.98º 0.86% 0.89% -
XYZ 55.42 63.86 10.77 -
YUV 196.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 226 213 32 0 0.06 0.86 0.11 55.98 0.77 0.51
Hex E2 D5 20 0 6 56 B 38 4D 33
Octal 342 325 40 0 6 126 13 70 115 63
Binary 11100010 11010101 100000 0 110 1010110 1011 111000 1001101 110011

Color Harmonies of #E2D520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D520

Black with #E2D520

Text Example


Text Example

White with #E2D520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D520; }

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

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

background-color css

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

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

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

border-color css

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

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

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