Html Css Color HEX #E08251 Jaffa

📋 copy color: '#E08251'

red 224 ◦ green 130 ◦ blue 81

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

Shades of Jaffa #E08251

Tints of Jaffa #E08251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 51.49%
G = 29.89%
B = 18.62%

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

#E08251 (or 0xE08251) is known color: Jaffa. HEX triplet: E0, 82 and 51. RGB value is (224,130,81). Sum of RGB (Red+Green+Blue) = 224+130+81=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08251 is #1F7DAE. Grayscale: #989898. Windows color (decimal): -2063791 or 5341920. OLE color: 5341920.

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

Color convert

RGB 224 130 81 -
CMYK 0 0.42 0.64 0.12
HSL 20.56º 0.7% 0.6% -
HSV(B) 20.56º 0.64% 0.88% -
XYZ 40.21 32.41 11.92 -
YUV 152.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 224 130 81 0 0.42 0.64 0.12 20.56 0.7 0.6
Hex E0 82 51 0 2A 40 C 15 46 3C
Octal 340 202 121 0 52 100 14 25 106 74
Binary 11100000 10000010 1010001 0 101010 1000000 1100 10101 1000110 111100

Color Harmonies of #E08251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08251

Black with #E08251

Text Example


Text Example

White with #E08251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08251; }

 p { color: rgb(224,130,81); }

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

background-color css

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

 a { background-color: rgb(224,130,81); }

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

border-color css

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

 span { border-color: rgb(224,130,81); }

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