Html Css Color HEX #E75D1A Chocolate

📋 copy color: '#E75D1A'

red 231 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #E75D1A

Tints of Chocolate #E75D1A

RGB

 RED value IS 231 (90.63% from 255) = 66%

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

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 66%
G = 26.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E75D1A (or 0xE75D1A) is known color: Chocolate. HEX triplet: E7, 5D and 1A. RGB value is (231,93,26). Sum of RGB (Red+Green+Blue) = 231+93+26=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D1A is #18A2E5. Grayscale: #7F7F7F. Windows color (decimal): -1614566 or 1727975. OLE color: 1727975.

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

Color convert

RGB 231 93 26 -
CMYK 0 0.60 0.89 0.09
HSL 19.61º 0.81% 0.5% -
HSV(B) 19.61º 0.89% 0.91% -
XYZ 37.06 24.89 3.83 -
YUV 126.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 231 93 26 0 0.60 0.89 0.09 19.61 0.81 0.5
Hex E7 5D 1A 0 3C 59 9 14 51 32
Octal 347 135 32 0 74 131 11 24 121 62
Binary 11100111 1011101 11010 0 111100 1011001 1001 10100 1010001 110010

Color Harmonies of #E75D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D1A

Black with #E75D1A

Text Example


Text Example

White with #E75D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D1A; }

 p { color: rgb(231,93,26); }

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

background-color css

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

 a { background-color: rgb(231,93,26); }

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

border-color css

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

 span { border-color: rgb(231,93,26); }

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