Html Css Color HEX #E35007 Persimmon

📋 copy color: '#E35007'

red 227 ◦ green 80 ◦ blue 7

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

Shades of Persimmon #E35007

Tints of Persimmon #E35007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 72.29%
G = 25.48%
B = 2.23%

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

#E35007 (or 0xE35007) is known color: Persimmon. HEX triplet: E3, 50 and 07. RGB value is (227,80,7). Sum of RGB (Red+Green+Blue) = 227+80+7=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E35007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35007 is #1CAFF8. Grayscale: #747474. Windows color (decimal): -1880057 or 479459. OLE color: 479459.

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

Color convert

RGB 227 80 7 -
CMYK 0 0.65 0.97 0.11
HSL 19.91º 0.94% 0.46% -
HSV(B) 19.91º 0.97% 0.89% -
XYZ 34.59 22.08 2.64 -
YUV 115.63 66.7 207.44 -
System Red Green Blue C M Y K H S L
Decimal 227 80 7 0 0.65 0.97 0.11 19.91 0.94 0.46
Hex E3 50 7 0 41 61 B 14 5E 2E
Octal 343 120 7 0 101 141 13 24 136 56
Binary 11100011 1010000 111 0 1000001 1100001 1011 10100 1011110 101110

Color Harmonies of #E35007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35007

Black with #E35007

Text Example


Text Example

White with #E35007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35007; }

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

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

background-color css

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

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

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

border-color css

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

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

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