Html Css Color HEX #E0814B Jaffa

📋 copy color: '#E0814B'

red 224 ◦ green 129 ◦ blue 75

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

Shades of Jaffa #E0814B

Tints of Jaffa #E0814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.52%

R = 52.34%
G = 30.14%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0814B (or 0xE0814B) is known color: Jaffa. HEX triplet: E0, 81 and 4B. RGB value is (224,129,75). Sum of RGB (Red+Green+Blue) = 224+129+75=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0814B is #1F7EB4. Grayscale: #979797. Windows color (decimal): -2064053 or 4948448. OLE color: 4948448.

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

Color convert

RGB 224 129 75 -
CMYK 0 0.42 0.67 0.12
HSL 21.74º 0.71% 0.59% -
HSV(B) 21.74º 0.67% 0.88% -
XYZ 39.86 32.06 10.74 -
YUV 151.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 224 129 75 0 0.42 0.67 0.12 21.74 0.71 0.59
Hex E0 81 4B 0 2A 43 C 16 47 3B
Octal 340 201 113 0 52 103 14 26 107 73
Binary 11100000 10000001 1001011 0 101010 1000011 1100 10110 1000111 111011

Color Harmonies of #E0814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0814B

Black with #E0814B

Text Example


Text Example

White with #E0814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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