Html Css Color HEX #E08353 Jaffa

📋 copy color: '#E08353'

red 224 ◦ green 131 ◦ blue 83

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

Shades of Jaffa #E08353

Tints of Jaffa #E08353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.95%

R = 51.14%
G = 29.91%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08353 (or 0xE08353) is known color: Jaffa. HEX triplet: E0, 83 and 53. RGB value is (224,131,83). Sum of RGB (Red+Green+Blue) = 224+131+83=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E08353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08353 is #1F7CAC. Grayscale: #999999. Windows color (decimal): -2063533 or 5473248. OLE color: 5473248.

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

Color convert

RGB 224 131 83 -
CMYK 0 0.42 0.63 0.12
HSL 20.43º 0.69% 0.6% -
HSV(B) 20.43º 0.63% 0.88% -
XYZ 40.42 32.7 12.37 -
YUV 153.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 224 131 83 0 0.42 0.63 0.12 20.43 0.69 0.6
Hex E0 83 53 0 2A 3F C 14 45 3C
Octal 340 203 123 0 52 77 14 24 105 74
Binary 11100000 10000011 1010011 0 101010 111111 1100 10100 1000101 111100

Color Harmonies of #E08353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08353

Black with #E08353

Text Example


Text Example

White with #E08353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08353; }

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

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

background-color css

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

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

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

border-color css

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

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

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