Html Css Color HEX #E0763C Jaffa

📋 copy color: '#E0763C'

red 224 ◦ green 118 ◦ blue 60

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

Shades of Jaffa #E0763C

Tints of Jaffa #E0763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 55.72%
G = 29.35%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0763C (or 0xE0763C) is known color: Jaffa. HEX triplet: E0, 76 and 3C. RGB value is (224,118,60). Sum of RGB (Red+Green+Blue) = 224+118+60=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0763C is #1F89C3. Grayscale: #8F8F8F. Windows color (decimal): -2066884 or 3962592. OLE color: 3962592.

HSL color Cylindrical-coordinate representation of color #E0763C: hue angle of 21.22º degrees, saturation: 0.73, 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 #E0763C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 60 -
CMYK 0 0.47 0.73 0.12
HSL 21.22º 0.73% 0.56% -
HSV(B) 21.22º 0.73% 0.88% -
XYZ 38.03 29.13 7.89 -
YUV 143.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 224 118 60 0 0.47 0.73 0.12 21.22 0.73 0.56
Hex E0 76 3C 0 2F 49 C 15 49 38
Octal 340 166 74 0 57 111 14 25 111 70
Binary 11100000 1110110 111100 0 101111 1001001 1100 10101 1001001 111000

Color Harmonies of #E0763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0763C

Black with #E0763C

Text Example


Text Example

White with #E0763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0763C; }

 p { color: rgb(224,118,60); }

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

background-color css

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

 a { background-color: rgb(224,118,60); }

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

border-color css

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

 span { border-color: rgb(224,118,60); }

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