Html Css Color HEX #E07B40 Jaffa

📋 copy color: '#E07B40'

red 224 ◦ green 123 ◦ blue 64

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

Shades of Jaffa #E07B40

Tints of Jaffa #E07B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 54.5%
G = 29.93%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07B40 (or 0xE07B40) is known color: Jaffa. HEX triplet: E0, 7B and 40. RGB value is (224,123,64). Sum of RGB (Red+Green+Blue) = 224+123+64=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07B40 is #1F84BF. Grayscale: #929292. Windows color (decimal): -2065600 or 4226016. OLE color: 4226016.

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

Color convert

RGB 224 123 64 -
CMYK 0 0.45 0.71 0.12
HSL 22.13º 0.72% 0.56% -
HSV(B) 22.13º 0.71% 0.88% -
XYZ 38.75 30.38 8.67 -
YUV 146.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 224 123 64 0 0.45 0.71 0.12 22.13 0.72 0.56
Hex E0 7B 40 0 2D 47 C 16 48 38
Octal 340 173 100 0 55 107 14 26 110 70
Binary 11100000 1111011 1000000 0 101101 1000111 1100 10110 1001000 111000

Color Harmonies of #E07B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B40

Black with #E07B40

Text Example


Text Example

White with #E07B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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