Html Css Color HEX #E07D52 Jaffa

📋 copy color: '#E07D52'

red 224 ◦ green 125 ◦ blue 82

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

Shades of Jaffa #E07D52

Tints of Jaffa #E07D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 51.97%
G = 29%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E07D52 (or 0xE07D52) is known color: Jaffa. HEX triplet: E0, 7D and 52. RGB value is (224,125,82). Sum of RGB (Red+Green+Blue) = 224+125+82=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D52 is #1F82AD. Grayscale: #959595. Windows color (decimal): -2065070 or 5406176. OLE color: 5406176.

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

Color convert

RGB 224 125 82 -
CMYK 0 0.44 0.63 0.12
HSL 18.17º 0.7% 0.6% -
HSV(B) 18.17º 0.63% 0.88% -
XYZ 39.6 31.12 11.9 -
YUV 149.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 224 125 82 0 0.44 0.63 0.12 18.17 0.7 0.6
Hex E0 7D 52 0 2C 3F C 12 46 3C
Octal 340 175 122 0 54 77 14 22 106 74
Binary 11100000 1111101 1010010 0 101100 111111 1100 10010 1000110 111100

Color Harmonies of #E07D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D52

Black with #E07D52

Text Example


Text Example

White with #E07D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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