Html Css Color HEX #E67D45 Jaffa

📋 copy color: '#E67D45'

red 230 ◦ green 125 ◦ blue 69

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

Shades of Jaffa #E67D45

Tints of Jaffa #E67D45

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 54.25%
G = 29.48%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E67D45 (or 0xE67D45) is known color: Jaffa. HEX triplet: E6, 7D and 45. RGB value is (230,125,69). Sum of RGB (Red+Green+Blue) = 230+125+69=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67D45 is #1982BA. Grayscale: #969696. Windows color (decimal): -1671867 or 4554214. OLE color: 4554214.

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

Color convert

RGB 230 125 69 -
CMYK 0 0.46 0.7 0.10
HSL 20.87º 0.76% 0.59% -
HSV(B) 20.87º 0.7% 0.9% -
XYZ 41.04 31.92 9.63 -
YUV 150.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 230 125 69 0 0.46 0.7 0.10 20.87 0.76 0.59
Hex E6 7D 45 0 2E 46 A 15 4C 3B
Octal 346 175 105 0 56 106 12 25 114 73
Binary 11100110 1111101 1000101 0 101110 1000110 1010 10101 1001100 111011

Color Harmonies of #E67D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D45

Black with #E67D45

Text Example


Text Example

White with #E67D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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