Html Css Color HEX #E07D4B Jaffa

📋 copy color: '#E07D4B'

red 224 ◦ green 125 ◦ blue 75

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

Shades of Jaffa #E07D4B

Tints of Jaffa #E07D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 52.83%
G = 29.48%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E07D4B (or 0xE07D4B) is known color: Jaffa. HEX triplet: E0, 7D and 4B. RGB value is (224,125,75). Sum of RGB (Red+Green+Blue) = 224+125+75=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D4B is #1F82B4. Grayscale: #959595. Windows color (decimal): -2065077 or 4947424. OLE color: 4947424.

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

Color convert

RGB 224 125 75 -
CMYK 0 0.44 0.67 0.12
HSL 20.13º 0.71% 0.59% -
HSV(B) 20.13º 0.67% 0.88% -
XYZ 39.34 31.02 10.57 -
YUV 148.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 224 125 75 0 0.44 0.67 0.12 20.13 0.71 0.59
Hex E0 7D 4B 0 2C 43 C 14 47 3B
Octal 340 175 113 0 54 103 14 24 107 73
Binary 11100000 1111101 1001011 0 101100 1000011 1100 10100 1000111 111011

Color Harmonies of #E07D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D4B

Black with #E07D4B

Text Example


Text Example

White with #E07D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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