Html Css Color HEX #E2D425 Broom

📋 copy color: '#E2D425'

red 226 ◦ green 212 ◦ blue 37

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

Shades of Broom #E2D425

Tints of Broom #E2D425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 37 (14.84% from 255) = 7.79%

R = 47.58%
G = 44.63%
B = 7.79%

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

#E2D425 (or 0xE2D425) is known color: Broom. HEX triplet: E2, D4 and 25. RGB value is (226,212,37). Sum of RGB (Red+Green+Blue) = 226+212+37=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D425 is #1D2BDA. Grayscale: #C4C4C4. Windows color (decimal): -1911771 or 2479330. OLE color: 2479330.

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

Color convert

RGB 226 212 37 -
CMYK 0 0.06 0.84 0.11
HSL 55.56º 0.77% 0.52% -
HSV(B) 55.56º 0.84% 0.89% -
XYZ 55.24 63.39 11.07 -
YUV 196.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 226 212 37 0 0.06 0.84 0.11 55.56 0.77 0.52
Hex E2 D4 25 0 6 54 B 38 4D 34
Octal 342 324 45 0 6 124 13 70 115 64
Binary 11100010 11010100 100101 0 110 1010100 1011 111000 1001101 110100

Color Harmonies of #E2D425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D425

Black with #E2D425

Text Example


Text Example

White with #E2D425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D425; }

 p { color: rgb(226,212,37); }

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

background-color css

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

 a { background-color: rgb(226,212,37); }

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

border-color css

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

 span { border-color: rgb(226,212,37); }

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