Html Css Color HEX #EB641A Chocolate

📋 copy color: '#EB641A'

red 235 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #EB641A

Tints of Chocolate #EB641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 65.1%
G = 27.7%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB641A (or 0xEB641A) is known color: Chocolate. HEX triplet: EB, 64 and 1A. RGB value is (235,100,26). Sum of RGB (Red+Green+Blue) = 235+100+26=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB641A is #149BE5. Grayscale: #848484. Windows color (decimal): -1350630 or 1729771. OLE color: 1729771.

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

Color convert

RGB 235 100 26 -
CMYK 0 0.57 0.89 0.08
HSL 21.24º 0.84% 0.51% -
HSV(B) 21.24º 0.89% 0.92% -
XYZ 39 26.85 4.1 -
YUV 131.93 68.23 201.52 -
System Red Green Blue C M Y K H S L
Decimal 235 100 26 0 0.57 0.89 0.08 21.24 0.84 0.51
Hex EB 64 1A 0 39 59 8 15 54 33
Octal 353 144 32 0 71 131 10 25 124 63
Binary 11101011 1100100 11010 0 111001 1011001 1000 10101 1010100 110011

Color Harmonies of #EB641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB641A

Black with #EB641A

Text Example


Text Example

White with #EB641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB641A; }

 p { color: rgb(235,100,26); }

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

background-color css

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

 a { background-color: rgb(235,100,26); }

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

border-color css

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

 span { border-color: rgb(235,100,26); }

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