Html Css Color HEX #E65D18 Chocolate

📋 copy color: '#E65D18'

red 230 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #E65D18

Tints of Chocolate #E65D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 66.28%
G = 26.8%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65D18 (or 0xE65D18) is known color: Chocolate. HEX triplet: E6, 5D and 18. RGB value is (230,93,24). Sum of RGB (Red+Green+Blue) = 230+93+24=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65D18 is #19A2E7. Grayscale: #7E7E7E. Windows color (decimal): -1680104 or 1596902. OLE color: 1596902.

HSL color Cylindrical-coordinate representation of color #E65D18: hue angle of 20.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65D18 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 24 -
CMYK 0 0.60 0.90 0.10
HSL 20.1º 0.81% 0.5% -
HSV(B) 20.1º 0.9% 0.9% -
XYZ 36.71 24.72 3.7 -
YUV 126.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 230 93 24 0 0.60 0.90 0.10 20.1 0.81 0.5
Hex E6 5D 18 0 3C 5A A 14 51 32
Octal 346 135 30 0 74 132 12 24 121 62
Binary 11100110 1011101 11000 0 111100 1011010 1010 10100 1010001 110010

Color Harmonies of #E65D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D18

Black with #E65D18

Text Example


Text Example

White with #E65D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D18; }

 p { color: rgb(230,93,24); }

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

background-color css

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

 a { background-color: rgb(230,93,24); }

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

border-color css

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

 span { border-color: rgb(230,93,24); }

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