Html Css Color HEX #E2D524 Broom

📋 copy color: '#E2D524'

red 226 ◦ green 213 ◦ blue 36

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

Shades of Broom #E2D524

Tints of Broom #E2D524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.58%

R = 47.58%
G = 44.84%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2D524 (or 0xE2D524) is known color: Broom. HEX triplet: E2, D5 and 24. RGB value is (226,213,36). Sum of RGB (Red+Green+Blue) = 226+213+36=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 36 (14.45% from 255 or 7.58% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D524 is #1D2ADB. Grayscale: #C5C5C5. Windows color (decimal): -1911516 or 2414050. OLE color: 2414050.

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

Color convert

RGB 226 213 36 -
CMYK 0 0.06 0.84 0.11
HSL 55.89º 0.77% 0.51% -
HSV(B) 55.89º 0.84% 0.89% -
XYZ 55.48 63.88 11.08 -
YUV 196.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 226 213 36 0 0.06 0.84 0.11 55.89 0.77 0.51
Hex E2 D5 24 0 6 54 B 38 4D 33
Octal 342 325 44 0 6 124 13 70 115 63
Binary 11100010 11010101 100100 0 110 1010100 1011 111000 1001101 110011

Color Harmonies of #E2D524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D524

Black with #E2D524

Text Example


Text Example

White with #E2D524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D524; }

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

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

background-color css

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

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

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

border-color css

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

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

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