Html Css Color HEX #E37D40 Pizazz

📋 copy color: '#E37D40'

red 227 ◦ green 125 ◦ blue 64

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

Shades of Pizazz #E37D40

Tints of Pizazz #E37D40

RGB

 RED value IS 227 (89.06% from 255) = 54.57%

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 54.57%
G = 30.05%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E37D40 (or 0xE37D40) is known color: Pizazz. HEX triplet: E3, 7D and 40. RGB value is (227,125,64). Sum of RGB (Red+Green+Blue) = 227+125+64=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37D40 is #1C82BF. Grayscale: #949494. Windows color (decimal): -1868480 or 4226531. OLE color: 4226531.

HSL color Cylindrical-coordinate representation of color #E37D40: hue angle of 22.45º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E37D40 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 125 64 -
CMYK 0 0.45 0.72 0.11
HSL 22.45º 0.74% 0.57% -
HSV(B) 22.45º 0.72% 0.89% -
XYZ 39.94 31.37 8.8 -
YUV 148.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 227 125 64 0 0.45 0.72 0.11 22.45 0.74 0.57
Hex E3 7D 40 0 2D 48 B 16 4A 39
Octal 343 175 100 0 55 110 13 26 112 71
Binary 11100011 1111101 1000000 0 101101 1001000 1011 10110 1001010 111001

Color Harmonies of #E37D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D40

Black with #E37D40

Text Example


Text Example

White with #E37D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D40; }

 p { color: rgb(227,125,64); }

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

background-color css

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

 a { background-color: rgb(227,125,64); }

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

border-color css

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

 span { border-color: rgb(227,125,64); }

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