Html Css Color HEX #E34006 Persimmon

📋 copy color: '#E34006'

red 227 ◦ green 64 ◦ blue 6

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

Shades of Persimmon #E34006

Tints of Persimmon #E34006

RGB

 RED value IS 227 (89.06% from 255) = 76.43%

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

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

R = 76.43%
G = 21.55%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E34006 (or 0xE34006) is known color: Persimmon. HEX triplet: E3, 40 and 06. RGB value is (227,64,6). Sum of RGB (Red+Green+Blue) = 227+64+6=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E34006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34006 is #1CBFF9. Grayscale: #6A6A6A. Windows color (decimal): -1884154 or 409827. OLE color: 409827.

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

Color convert

RGB 227 64 6 -
CMYK 0 0.72 0.97 0.11
HSL 15.75º 0.95% 0.46% -
HSV(B) 15.75º 0.97% 0.89% -
XYZ 33.54 20.01 2.27 -
YUV 106.13 71.5 214.22 -
System Red Green Blue C M Y K H S L
Decimal 227 64 6 0 0.72 0.97 0.11 15.75 0.95 0.46
Hex E3 40 6 0 48 61 B 10 5F 2E
Octal 343 100 6 0 110 141 13 20 137 56
Binary 11100011 1000000 110 0 1001000 1100001 1011 10000 1011111 101110

Color Harmonies of #E34006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34006

Black with #E34006

Text Example


Text Example

White with #E34006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34006; }

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

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

background-color css

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

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

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

border-color css

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

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

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