Html Css Color HEX #E95A1E Chocolate

📋 copy color: '#E95A1E'

red 233 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #E95A1E

Tints of Chocolate #E95A1E

RGB

 RED value IS 233 (91.41% from 255) = 66.01%

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 66.01%
G = 25.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E95A1E (or 0xE95A1E) is known color: Chocolate. HEX triplet: E9, 5A and 1E. RGB value is (233,90,30). Sum of RGB (Red+Green+Blue) = 233+90+30=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A1E is #16A5E1. Grayscale: #7E7E7E. Windows color (decimal): -1484258 or 1989353. OLE color: 1989353.

HSL color Cylindrical-coordinate representation of color #E95A1E: hue angle of 17.73º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E95A1E is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 90 30 -
CMYK 0 0.61 0.87 0.09
HSL 17.73º 0.82% 0.52% -
HSV(B) 17.73º 0.87% 0.91% -
XYZ 37.49 24.73 4.03 -
YUV 125.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 233 90 30 0 0.61 0.87 0.09 17.73 0.82 0.52
Hex E9 5A 1E 0 3D 57 9 12 52 34
Octal 351 132 36 0 75 127 11 22 122 64
Binary 11101001 1011010 11110 0 111101 1010111 1001 10010 1010010 110100

Color Harmonies of #E95A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A1E

Black with #E95A1E

Text Example


Text Example

White with #E95A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A1E; }

 p { color: rgb(233,90,30); }

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

background-color css

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

 a { background-color: rgb(233,90,30); }

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

border-color css

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

 span { border-color: rgb(233,90,30); }

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