Html Css Color HEX #E67945 Jaffa

📋 copy color: '#E67945'

red 230 ◦ green 121 ◦ blue 69

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

Shades of Jaffa #E67945

Tints of Jaffa #E67945

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 54.76%
G = 28.81%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67945 (or 0xE67945) is known color: Jaffa. HEX triplet: E6, 79 and 45. RGB value is (230,121,69). Sum of RGB (Red+Green+Blue) = 230+121+69=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E67945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67945 is #1986BA. Grayscale: #939393. Windows color (decimal): -1672891 or 4553190. OLE color: 4553190.

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

Color convert

RGB 230 121 69 -
CMYK 0 0.47 0.7 0.10
HSL 19.38º 0.76% 0.59% -
HSV(B) 19.38º 0.7% 0.9% -
XYZ 40.54 30.93 9.46 -
YUV 147.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 230 121 69 0 0.47 0.7 0.10 19.38 0.76 0.59
Hex E6 79 45 0 2F 46 A 13 4C 3B
Octal 346 171 105 0 57 106 12 23 114 73
Binary 11100110 1111001 1000101 0 101111 1000110 1010 10011 1001100 111011

Color Harmonies of #E67945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67945

Black with #E67945

Text Example


Text Example

White with #E67945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67945; }

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

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

background-color css

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

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

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

border-color css

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

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

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