Html Css Color HEX #E76F44 Jaffa

📋 copy color: '#E76F44'

red 231 ◦ green 111 ◦ blue 68

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

Shades of Jaffa #E76F44

Tints of Jaffa #E76F44

RGB

 RED value IS 231 (90.63% from 255) = 56.34%

 GREEN value IS 111 (43.75% from 255) = 27.07%

 BLUE value IS 68 (26.95% from 255) = 16.59%

R = 56.34%
G = 27.07%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E76F44 (or 0xE76F44) is known color: Jaffa. HEX triplet: E7, 6F and 44. RGB value is (231,111,68). Sum of RGB (Red+Green+Blue) = 231+111+68=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76F44 is #1890BB. Grayscale: #8E8E8E. Windows color (decimal): -1609916 or 4485095. OLE color: 4485095.

HSL color Cylindrical-coordinate representation of color #E76F44: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76F44 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 68 -
CMYK 0 0.52 0.71 0.09
HSL 15.83º 0.77% 0.59% -
HSV(B) 15.83º 0.71% 0.91% -
XYZ 39.68 28.78 8.93 -
YUV 141.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 231 111 68 0 0.52 0.71 0.09 15.83 0.77 0.59
Hex E7 6F 44 0 34 47 9 10 4D 3B
Octal 347 157 104 0 64 107 11 20 115 73
Binary 11100111 1101111 1000100 0 110100 1000111 1001 10000 1001101 111011

Color Harmonies of #E76F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F44

Black with #E76F44

Text Example


Text Example

White with #E76F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F44; }

 p { color: rgb(231,111,68); }

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

background-color css

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

 a { background-color: rgb(231,111,68); }

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

border-color css

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

 span { border-color: rgb(231,111,68); }

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