Html Css Color HEX #E07B4E Jaffa

📋 copy color: '#E07B4E'

red 224 ◦ green 123 ◦ blue 78

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

Shades of Jaffa #E07B4E

Tints of Jaffa #E07B4E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

 BLUE value IS 78 (30.86% from 255) = 18.35%

R = 52.71%
G = 28.94%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E07B4E (or 0xE07B4E) is known color: Jaffa. HEX triplet: E0, 7B and 4E. RGB value is (224,123,78). Sum of RGB (Red+Green+Blue) = 224+123+78=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B4E is #1F84B1. Grayscale: #949494. Windows color (decimal): -2065586 or 5143520. OLE color: 5143520.

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

Color convert

RGB 224 123 78 -
CMYK 0 0.45 0.65 0.12
HSL 18.49º 0.7% 0.59% -
HSV(B) 18.49º 0.65% 0.88% -
XYZ 39.2 30.56 11.04 -
YUV 148.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 224 123 78 0 0.45 0.65 0.12 18.49 0.7 0.59
Hex E0 7B 4E 0 2D 41 C 12 46 3B
Octal 340 173 116 0 55 101 14 22 106 73
Binary 11100000 1111011 1001110 0 101101 1000001 1100 10010 1000110 111011

Color Harmonies of #E07B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B4E

Black with #E07B4E

Text Example


Text Example

White with #E07B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B4E; }

 p { color: rgb(224,123,78); }

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

background-color css

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

 a { background-color: rgb(224,123,78); }

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

border-color css

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

 span { border-color: rgb(224,123,78); }

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