Html Css Color HEX #E67A45 Jaffa

📋 copy color: '#E67A45'

red 230 ◦ green 122 ◦ blue 69

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

Shades of Jaffa #E67A45

Tints of Jaffa #E67A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 54.63%
G = 28.98%
B = 16.39%

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

#E67A45 (or 0xE67A45) is known color: Jaffa. HEX triplet: E6, 7A and 45. RGB value is (230,122,69). Sum of RGB (Red+Green+Blue) = 230+122+69=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67A45 is #1985BA. Grayscale: #949494. Windows color (decimal): -1672635 or 4553446. OLE color: 4553446.

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

Color convert

RGB 230 122 69 -
CMYK 0 0.47 0.7 0.10
HSL 19.75º 0.76% 0.59% -
HSV(B) 19.75º 0.7% 0.9% -
XYZ 40.67 31.17 9.5 -
YUV 148.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 230 122 69 0 0.47 0.7 0.10 19.75 0.76 0.59
Hex E6 7A 45 0 2F 46 A 14 4C 3B
Octal 346 172 105 0 57 106 12 24 114 73
Binary 11100110 1111010 1000101 0 101111 1000110 1010 10100 1001100 111011

Color Harmonies of #E67A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A45

Black with #E67A45

Text Example


Text Example

White with #E67A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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