Html Css Color HEX #E67345 Jaffa

📋 copy color: '#E67345'

red 230 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #E67345

Tints of Jaffa #E67345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 55.56%
G = 27.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67345 (or 0xE67345) is known color: Jaffa. HEX triplet: E6, 73 and 45. RGB value is (230,115,69). Sum of RGB (Red+Green+Blue) = 230+115+69=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E67345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67345 is #198CBA. Grayscale: #909090. Windows color (decimal): -1674427 or 4551654. OLE color: 4551654.

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

Color convert

RGB 230 115 69 -
CMYK 0 0.5 0.7 0.10
HSL 17.14º 0.76% 0.59% -
HSV(B) 17.14º 0.7% 0.9% -
XYZ 39.84 29.51 9.23 -
YUV 144.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 230 115 69 0 0.5 0.7 0.10 17.14 0.76 0.59
Hex E6 73 45 0 32 46 A 11 4C 3B
Octal 346 163 105 0 62 106 12 21 114 73
Binary 11100110 1110011 1000101 0 110010 1000110 1010 10001 1001100 111011

Color Harmonies of #E67345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67345

Black with #E67345

Text Example


Text Example

White with #E67345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67345; }

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

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

background-color css

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

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

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

border-color css

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

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

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