Html Css Color HEX #E64006 Orange Red

📋 copy color: '#E64006'

red 230 ◦ green 64 ◦ blue 6

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

Shades of Orange Red #E64006

Tints of Orange Red #E64006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 76.67%
G = 21.33%
B = 2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E64006 (or 0xE64006) is known color: Orange Red. HEX triplet: E6, 40 and 06. RGB value is (230,64,6). Sum of RGB (Red+Green+Blue) = 230+64+6=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E64006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64006 is #19BFF9. Grayscale: #6B6B6B. Windows color (decimal): -1687546 or 409830. OLE color: 409830.

HSL color Cylindrical-coordinate representation of color #E64006: hue angle of 15.54º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64006 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 6 -
CMYK 0 0.72 0.97 0.10
HSL 15.54º 0.95% 0.46% -
HSV(B) 15.54º 0.97% 0.9% -
XYZ 34.5 20.5 2.31 -
YUV 107.02 71 215.72 -
System Red Green Blue C M Y K H S L
Decimal 230 64 6 0 0.72 0.97 0.10 15.54 0.95 0.46
Hex E6 40 6 0 48 61 A 10 5F 2E
Octal 346 100 6 0 110 141 12 20 137 56
Binary 11100110 1000000 110 0 1001000 1100001 1010 10000 1011111 101110

Color Harmonies of #E64006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64006

Black with #E64006

Text Example


Text Example

White with #E64006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64006; }

 p { color: rgb(230,64,6); }

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

background-color css

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

 a { background-color: rgb(230,64,6); }

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

border-color css

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

 span { border-color: rgb(230,64,6); }

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