Html Css Color HEX #E67545 Jaffa

📋 copy color: '#E67545'

red 230 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #E67545

Tints of Jaffa #E67545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 55.29%
G = 28.13%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67545 (or 0xE67545) is known color: Jaffa. HEX triplet: E6, 75 and 45. RGB value is (230,117,69). Sum of RGB (Red+Green+Blue) = 230+117+69=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E67545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67545 is #198ABA. Grayscale: #919191. Windows color (decimal): -1673915 or 4552166. OLE color: 4552166.

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

Color convert

RGB 230 117 69 -
CMYK 0 0.49 0.7 0.10
HSL 17.89º 0.76% 0.59% -
HSV(B) 17.89º 0.7% 0.9% -
XYZ 40.07 29.98 9.3 -
YUV 145.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 230 117 69 0 0.49 0.7 0.10 17.89 0.76 0.59
Hex E6 75 45 0 31 46 A 12 4C 3B
Octal 346 165 105 0 61 106 12 22 114 73
Binary 11100110 1110101 1000101 0 110001 1000110 1010 10010 1001100 111011

Color Harmonies of #E67545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67545

Black with #E67545

Text Example


Text Example

White with #E67545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67545; }

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

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

background-color css

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

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

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

border-color css

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

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

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