Html Css Color HEX #E35006 Persimmon

📋 copy color: '#E35006'

red 227 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #E35006

Tints of Persimmon #E35006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 72.52%
G = 25.56%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E35006 (or 0xE35006) is known color: Persimmon. HEX triplet: E3, 50 and 06. RGB value is (227,80,6). Sum of RGB (Red+Green+Blue) = 227+80+6=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E35006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35006 is #1CAFF9. Grayscale: #737373. Windows color (decimal): -1880058 or 413923. OLE color: 413923.

HSL color Cylindrical-coordinate representation of color #E35006: hue angle of 20.09º 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 #E35006 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 6 -
CMYK 0 0.65 0.97 0.11
HSL 20.09º 0.95% 0.46% -
HSV(B) 20.09º 0.97% 0.89% -
XYZ 34.58 22.08 2.61 -
YUV 115.52 66.2 207.52 -
System Red Green Blue C M Y K H S L
Decimal 227 80 6 0 0.65 0.97 0.11 20.09 0.95 0.46
Hex E3 50 6 0 41 61 B 14 5F 2E
Octal 343 120 6 0 101 141 13 24 137 56
Binary 11100011 1010000 110 0 1000001 1100001 1011 10100 1011111 101110

Color Harmonies of #E35006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35006

Black with #E35006

Text Example


Text Example

White with #E35006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35006; }

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

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

background-color css

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

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

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

border-color css

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

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

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