Html Css Color HEX #E08350 Jaffa

📋 copy color: '#E08350'

red 224 ◦ green 131 ◦ blue 80

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

Shades of Jaffa #E08350

Tints of Jaffa #E08350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 51.49%
G = 30.11%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08350 (or 0xE08350) is known color: Jaffa. HEX triplet: E0, 83 and 50. RGB value is (224,131,80). Sum of RGB (Red+Green+Blue) = 224+131+80=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08350 is #1F7CAF. Grayscale: #999999. Windows color (decimal): -2063536 or 5276640. OLE color: 5276640.

HSL color Cylindrical-coordinate representation of color #E08350: hue angle of 21.25º 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 #E08350 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 80 -
CMYK 0 0.42 0.64 0.12
HSL 21.25º 0.7% 0.6% -
HSV(B) 21.25º 0.64% 0.88% -
XYZ 40.3 32.66 11.77 -
YUV 152.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 224 131 80 0 0.42 0.64 0.12 21.25 0.7 0.6
Hex E0 83 50 0 2A 40 C 15 46 3C
Octal 340 203 120 0 52 100 14 25 106 74
Binary 11100000 10000011 1010000 0 101010 1000000 1100 10101 1000110 111100

Color Harmonies of #E08350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08350

Black with #E08350

Text Example


Text Example

White with #E08350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08350; }

 p { color: rgb(224,131,80); }

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

background-color css

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

 a { background-color: rgb(224,131,80); }

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

border-color css

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

 span { border-color: rgb(224,131,80); }

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