Html Css Color HEX #E67145 Jaffa

📋 copy color: '#E67145'

red 230 ◦ green 113 ◦ blue 69

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

Shades of Jaffa #E67145

Tints of Jaffa #E67145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 55.83%
G = 27.43%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67145 (or 0xE67145) is known color: Jaffa. HEX triplet: E6, 71 and 45. RGB value is (230,113,69). Sum of RGB (Red+Green+Blue) = 230+113+69=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E67145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67145 is #198EBA. Grayscale: #8F8F8F. Windows color (decimal): -1674939 or 4551142. OLE color: 4551142.

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

Color convert

RGB 230 113 69 -
CMYK 0 0.51 0.7 0.10
HSL 16.4º 0.76% 0.59% -
HSV(B) 16.4º 0.7% 0.9% -
XYZ 39.61 29.06 9.15 -
YUV 142.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 230 113 69 0 0.51 0.7 0.10 16.4 0.76 0.59
Hex E6 71 45 0 33 46 A 10 4C 3B
Octal 346 161 105 0 63 106 12 20 114 73
Binary 11100110 1110001 1000101 0 110011 1000110 1010 10000 1001100 111011

Color Harmonies of #E67145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67145

Black with #E67145

Text Example


Text Example

White with #E67145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67145; }

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

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

background-color css

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

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

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

border-color css

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

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

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