Html Css Color HEX #E08148 Jaffa

📋 copy color: '#E08148'

red 224 ◦ green 129 ◦ blue 72

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

Shades of Jaffa #E08148

Tints of Jaffa #E08148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 52.71%
G = 30.35%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E08148 (or 0xE08148) is known color: Jaffa. HEX triplet: E0, 81 and 48. RGB value is (224,129,72). Sum of RGB (Red+Green+Blue) = 224+129+72=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E08148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08148 is #1F7EB7. Grayscale: #979797. Windows color (decimal): -2064056 or 4751840. OLE color: 4751840.

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

Color convert

RGB 224 129 72 -
CMYK 0 0.42 0.68 0.12
HSL 22.5º 0.71% 0.58% -
HSV(B) 22.5º 0.68% 0.88% -
XYZ 39.76 32.02 10.21 -
YUV 150.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 224 129 72 0 0.42 0.68 0.12 22.5 0.71 0.58
Hex E0 81 48 0 2A 44 C 16 47 3A
Octal 340 201 110 0 52 104 14 26 107 72
Binary 11100000 10000001 1001000 0 101010 1000100 1100 10110 1000111 111010

Color Harmonies of #E08148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08148

Black with #E08148

Text Example


Text Example

White with #E08148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08148; }

 p { color: rgb(224,129,72); }

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

background-color css

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

 a { background-color: rgb(224,129,72); }

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

border-color css

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

 span { border-color: rgb(224,129,72); }

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