Html Css Color HEX #E07F4E Jaffa

📋 copy color: '#E07F4E'

red 224 ◦ green 127 ◦ blue 78

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

Shades of Jaffa #E07F4E

Tints of Jaffa #E07F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 52.21%
G = 29.6%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E07F4E (or 0xE07F4E) is known color: Jaffa. HEX triplet: E0, 7F and 4E. RGB value is (224,127,78). Sum of RGB (Red+Green+Blue) = 224+127+78=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F4E is #1F80B1. Grayscale: #969696. Windows color (decimal): -2064562 or 5144544. OLE color: 5144544.

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

Color convert

RGB 224 127 78 -
CMYK 0 0.43 0.65 0.12
HSL 20.14º 0.7% 0.59% -
HSV(B) 20.14º 0.65% 0.88% -
XYZ 39.7 31.58 11.21 -
YUV 150.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 224 127 78 0 0.43 0.65 0.12 20.14 0.7 0.59
Hex E0 7F 4E 0 2B 41 C 14 46 3B
Octal 340 177 116 0 53 101 14 24 106 73
Binary 11100000 1111111 1001110 0 101011 1000001 1100 10100 1000110 111011

Color Harmonies of #E07F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F4E

Black with #E07F4E

Text Example


Text Example

White with #E07F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F4E; }

 p { color: rgb(224,127,78); }

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

background-color css

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

 a { background-color: rgb(224,127,78); }

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

border-color css

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

 span { border-color: rgb(224,127,78); }

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