Html Css Color HEX #EB611C Chocolate

📋 copy color: '#EB611C'

red 235 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #EB611C

Tints of Chocolate #EB611C

RGB

 RED value IS 235 (92.19% from 255) = 65.28%

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 65.28%
G = 26.94%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB611C (or 0xEB611C) is known color: Chocolate. HEX triplet: EB, 61 and 1C. RGB value is (235,97,28). Sum of RGB (Red+Green+Blue) = 235+97+28=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB611C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB611C is #149EE3. Grayscale: #828282. Windows color (decimal): -1351396 or 1860075. OLE color: 1860075.

HSL color Cylindrical-coordinate representation of color #EB611C: hue angle of 20º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB611C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 28 -
CMYK 0 0.59 0.88 0.08
HSL 20º 0.84% 0.52% -
HSV(B) 20º 0.88% 0.92% -
XYZ 38.75 26.3 4.13 -
YUV 130.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 235 97 28 0 0.59 0.88 0.08 20 0.84 0.52
Hex EB 61 1C 0 3B 58 8 14 54 34
Octal 353 141 34 0 73 130 10 24 124 64
Binary 11101011 1100001 11100 0 111011 1011000 1000 10100 1010100 110100

Color Harmonies of #EB611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB611C

Black with #EB611C

Text Example


Text Example

White with #EB611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB611C; }

 p { color: rgb(235,97,28); }

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

background-color css

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

 a { background-color: rgb(235,97,28); }

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

border-color css

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

 span { border-color: rgb(235,97,28); }

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