Html Css Color HEX #E07F4C Jaffa

📋 copy color: '#E07F4C'

red 224 ◦ green 127 ◦ blue 76

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

Shades of Jaffa #E07F4C

Tints of Jaffa #E07F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 52.46%
G = 29.74%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E07F4C (or 0xE07F4C) is known color: Jaffa. HEX triplet: E0, 7F and 4C. RGB value is (224,127,76). Sum of RGB (Red+Green+Blue) = 224+127+76=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F4C is #1F80B3. Grayscale: #969696. Windows color (decimal): -2064564 or 5013472. OLE color: 5013472.

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

Color convert

RGB 224 127 76 -
CMYK 0 0.43 0.66 0.12
HSL 20.68º 0.7% 0.59% -
HSV(B) 20.68º 0.66% 0.88% -
XYZ 39.63 31.55 10.84 -
YUV 150.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 224 127 76 0 0.43 0.66 0.12 20.68 0.7 0.59
Hex E0 7F 4C 0 2B 42 C 15 46 3B
Octal 340 177 114 0 53 102 14 25 106 73
Binary 11100000 1111111 1001100 0 101011 1000010 1100 10101 1000110 111011

Color Harmonies of #E07F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F4C

Black with #E07F4C

Text Example


Text Example

White with #E07F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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