Html Css Color HEX #E65A1C Chocolate

📋 copy color: '#E65A1C'

red 230 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #E65A1C

Tints of Chocolate #E65A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 66.09%
G = 25.86%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E65A1C (or 0xE65A1C) is known color: Chocolate. HEX triplet: E6, 5A and 1C. RGB value is (230,90,28). Sum of RGB (Red+Green+Blue) = 230+90+28=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A1C is #19A5E3. Grayscale: #7D7D7D. Windows color (decimal): -1680868 or 1858278. OLE color: 1858278.

HSL color Cylindrical-coordinate representation of color #E65A1C: hue angle of 18.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E65A1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 28 -
CMYK 0 0.61 0.88 0.10
HSL 18.42º 0.8% 0.51% -
HSV(B) 18.42º 0.88% 0.9% -
XYZ 36.5 24.22 3.85 -
YUV 124.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 230 90 28 0 0.61 0.88 0.10 18.42 0.8 0.51
Hex E6 5A 1C 0 3D 58 A 12 50 33
Octal 346 132 34 0 75 130 12 22 120 63
Binary 11100110 1011010 11100 0 111101 1011000 1010 10010 1010000 110011

Color Harmonies of #E65A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A1C

Black with #E65A1C

Text Example


Text Example

White with #E65A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A1C; }

 p { color: rgb(230,90,28); }

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

background-color css

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

 a { background-color: rgb(230,90,28); }

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

border-color css

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

 span { border-color: rgb(230,90,28); }

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