Html Css Color HEX #E6631A Chocolate

📋 copy color: '#E6631A'

red 230 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #E6631A

Tints of Chocolate #E6631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 64.79%
G = 27.89%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6631A (or 0xE6631A) is known color: Chocolate. HEX triplet: E6, 63 and 1A. RGB value is (230,99,26). Sum of RGB (Red+Green+Blue) = 230+99+26=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6631A is #199CE5. Grayscale: #828282. Windows color (decimal): -1678566 or 1729510. OLE color: 1729510.

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

Color convert

RGB 230 99 26 -
CMYK 0 0.57 0.89 0.10
HSL 21.47º 0.8% 0.5% -
HSV(B) 21.47º 0.89% 0.9% -
XYZ 37.28 25.82 4 -
YUV 129.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 230 99 26 0 0.57 0.89 0.10 21.47 0.8 0.5
Hex E6 63 1A 0 39 59 A 15 50 32
Octal 346 143 32 0 71 131 12 25 120 62
Binary 11100110 1100011 11010 0 111001 1011001 1010 10101 1010000 110010

Color Harmonies of #E6631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6631A

Black with #E6631A

Text Example


Text Example

White with #E6631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6631A; }

 p { color: rgb(230,99,26); }

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

background-color css

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

 a { background-color: rgb(230,99,26); }

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

border-color css

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

 span { border-color: rgb(230,99,26); }

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