Html Css Color HEX #E66D44 Jaffa

📋 copy color: '#E66D44'

red 230 ◦ green 109 ◦ blue 68

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

Shades of Jaffa #E66D44

Tints of Jaffa #E66D44

RGB

 RED value IS 230 (90.23% from 255) = 56.51%

 GREEN value IS 109 (42.97% from 255) = 26.78%

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

R = 56.51%
G = 26.78%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E66D44 (or 0xE66D44) is known color: Jaffa. HEX triplet: E6, 6D and 44. RGB value is (230,109,68). Sum of RGB (Red+Green+Blue) = 230+109+68=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66D44 is #1992BB. Grayscale: #8C8C8C. Windows color (decimal): -1675964 or 4484582. OLE color: 4484582.

HSL color Cylindrical-coordinate representation of color #E66D44: hue angle of 15.19º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66D44 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 68 -
CMYK 0 0.53 0.70 0.10
HSL 15.19º 0.76% 0.58% -
HSV(B) 15.19º 0.7% 0.9% -
XYZ 39.15 28.18 8.84 -
YUV 140.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 230 109 68 0 0.53 0.70 0.10 15.19 0.76 0.58
Hex E6 6D 44 0 35 46 A F 4C 3A
Octal 346 155 104 0 65 106 12 17 114 72
Binary 11100110 1101101 1000100 0 110101 1000110 1010 1111 1001100 111010

Color Harmonies of #E66D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D44

Black with #E66D44

Text Example


Text Example

White with #E66D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D44; }

 p { color: rgb(230,109,68); }

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

background-color css

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

 a { background-color: rgb(230,109,68); }

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

border-color css

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

 span { border-color: rgb(230,109,68); }

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