Html Css Color HEX #E67745 Jaffa

📋 copy color: '#E67745'

red 230 ◦ green 119 ◦ blue 69

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

Shades of Jaffa #E67745

Tints of Jaffa #E67745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 55.02%
G = 28.47%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67745 (or 0xE67745) is known color: Jaffa. HEX triplet: E6, 77 and 45. RGB value is (230,119,69). Sum of RGB (Red+Green+Blue) = 230+119+69=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E67745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67745 is #1988BA. Grayscale: #929292. Windows color (decimal): -1673403 or 4552678. OLE color: 4552678.

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

Color convert

RGB 230 119 69 -
CMYK 0 0.48 0.7 0.10
HSL 18.63º 0.76% 0.59% -
HSV(B) 18.63º 0.7% 0.9% -
XYZ 40.3 30.45 9.38 -
YUV 146.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 230 119 69 0 0.48 0.7 0.10 18.63 0.76 0.59
Hex E6 77 45 0 30 46 A 13 4C 3B
Octal 346 167 105 0 60 106 12 23 114 73
Binary 11100110 1110111 1000101 0 110000 1000110 1010 10011 1001100 111011

Color Harmonies of #E67745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67745

Black with #E67745

Text Example


Text Example

White with #E67745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67745; }

 p { color: rgb(230,119,69); }

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

background-color css

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

 a { background-color: rgb(230,119,69); }

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

border-color css

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

 span { border-color: rgb(230,119,69); }

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