Html Css Color HEX #E0630F Chocolate

📋 copy color: '#E0630F'

red 224 ◦ green 99 ◦ blue 15

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

Shades of Chocolate #E0630F

Tints of Chocolate #E0630F

RGB

 RED value IS 224 (87.89% from 255) = 66.27%

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 66.27%
G = 29.29%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0630F (or 0xE0630F) is known color: Chocolate. HEX triplet: E0, 63 and 0F. RGB value is (224,99,15). Sum of RGB (Red+Green+Blue) = 224+99+15=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0630F is #1F9CF0. Grayscale: #7F7F7F. Windows color (decimal): -2071793 or 1008608. OLE color: 1008608.

HSL color Cylindrical-coordinate representation of color #E0630F: hue angle of 24.11º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0630F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 15 -
CMYK 0 0.56 0.93 0.12
HSL 24.11º 0.87% 0.47% -
HSV(B) 24.11º 0.93% 0.88% -
XYZ 35.29 24.81 3.38 -
YUV 126.8 64.91 197.33 -
System Red Green Blue C M Y K H S L
Decimal 224 99 15 0 0.56 0.93 0.12 24.11 0.87 0.47
Hex E0 63 F 0 38 5D C 18 57 2F
Octal 340 143 17 0 70 135 14 30 127 57
Binary 11100000 1100011 1111 0 111000 1011101 1100 11000 1010111 101111

Color Harmonies of #E0630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0630F

Black with #E0630F

Text Example


Text Example

White with #E0630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0630F; }

 p { color: rgb(224,99,15); }

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

background-color css

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

 a { background-color: rgb(224,99,15); }

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

border-color css

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

 span { border-color: rgb(224,99,15); }

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