Html Css Color HEX #E07D51 Jaffa

📋 copy color: '#E07D51'

red 224 ◦ green 125 ◦ blue 81

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

Shades of Jaffa #E07D51

Tints of Jaffa #E07D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 52.09%
G = 29.07%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E07D51 (or 0xE07D51) is known color: Jaffa. HEX triplet: E0, 7D and 51. RGB value is (224,125,81). Sum of RGB (Red+Green+Blue) = 224+125+81=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D51 is #1F82AE. Grayscale: #959595. Windows color (decimal): -2065071 or 5340640. OLE color: 5340640.

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

Color convert

RGB 224 125 81 -
CMYK 0 0.44 0.64 0.12
HSL 18.46º 0.7% 0.6% -
HSV(B) 18.46º 0.64% 0.88% -
XYZ 39.56 31.11 11.7 -
YUV 149.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 224 125 81 0 0.44 0.64 0.12 18.46 0.7 0.6
Hex E0 7D 51 0 2C 40 C 12 46 3C
Octal 340 175 121 0 54 100 14 22 106 74
Binary 11100000 1111101 1010001 0 101100 1000000 1100 10010 1000110 111100

Color Harmonies of #E07D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D51

Black with #E07D51

Text Example


Text Example

White with #E07D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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