Html Css Color HEX #E07D3D Pizazz

📋 copy color: '#E07D3D'

red 224 ◦ green 125 ◦ blue 61

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

Shades of Pizazz #E07D3D

Tints of Pizazz #E07D3D

RGB

 RED value IS 224 (87.89% from 255) = 54.63%

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 54.63%
G = 30.49%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E07D3D (or 0xE07D3D) is known color: Pizazz. HEX triplet: E0, 7D and 3D. RGB value is (224,125,61). Sum of RGB (Red+Green+Blue) = 224+125+61=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D3D is #1F82C2. Grayscale: #939393. Windows color (decimal): -2065091 or 4029920. OLE color: 4029920.

HSL color Cylindrical-coordinate representation of color #E07D3D: hue angle of 23.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E07D3D is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 61 -
CMYK 0 0.44 0.73 0.12
HSL 23.56º 0.72% 0.56% -
HSV(B) 23.56º 0.73% 0.88% -
XYZ 38.92 30.85 8.32 -
YUV 147.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 224 125 61 0 0.44 0.73 0.12 23.56 0.72 0.56
Hex E0 7D 3D 0 2C 49 C 18 48 38
Octal 340 175 75 0 54 111 14 30 110 70
Binary 11100000 1111101 111101 0 101100 1001001 1100 11000 1001000 111000

Color Harmonies of #E07D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D3D

Black with #E07D3D

Text Example


Text Example

White with #E07D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D3D; }

 p { color: rgb(224,125,61); }

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

background-color css

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

 a { background-color: rgb(224,125,61); }

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

border-color css

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

 span { border-color: rgb(224,125,61); }

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