Html Css Color HEX #E67445 Jaffa

📋 copy color: '#E67445'

red 230 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E67445

Tints of Jaffa #E67445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 55.42%
G = 27.95%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67445 (or 0xE67445) is known color: Jaffa. HEX triplet: E6, 74 and 45. RGB value is (230,116,69). Sum of RGB (Red+Green+Blue) = 230+116+69=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E67445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67445 is #198BBA. Grayscale: #919191. Windows color (decimal): -1674171 or 4551910. OLE color: 4551910.

HSL color Cylindrical-coordinate representation of color #E67445: hue angle of 17.52º 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 #E67445 is Cyan = 0, Magento = 0.50, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 69 -
CMYK 0 0.50 0.7 0.10
HSL 17.52º 0.76% 0.59% -
HSV(B) 17.52º 0.7% 0.9% -
XYZ 39.95 29.74 9.27 -
YUV 144.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 230 116 69 0 0.50 0.7 0.10 17.52 0.76 0.59
Hex E6 74 45 0 32 46 A 12 4C 3B
Octal 346 164 105 0 62 106 12 22 114 73
Binary 11100110 1110100 1000101 0 110010 1000110 1010 10010 1001100 111011

Color Harmonies of #E67445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67445

Black with #E67445

Text Example


Text Example

White with #E67445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67445; }

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

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

background-color css

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

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

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

border-color css

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

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

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