Html Css Color HEX #E35002 Persimmon

📋 copy color: '#E35002'

red 227 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #E35002

Tints of Persimmon #E35002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 73.46%
G = 25.89%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E35002 (or 0xE35002) is known color: Persimmon. HEX triplet: E3, 50 and 02. RGB value is (227,80,2). Sum of RGB (Red+Green+Blue) = 227+80+2=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E35002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35002 is #1CAFFD. Grayscale: #737373. Windows color (decimal): -1880062 or 151779. OLE color: 151779.

HSL color Cylindrical-coordinate representation of color #E35002: hue angle of 20.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E35002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 2 -
CMYK 0 0.65 0.99 0.11
HSL 20.8º 0.98% 0.45% -
HSV(B) 20.8º 0.99% 0.89% -
XYZ 34.56 22.07 2.5 -
YUV 115.06 64.2 207.84 -
System Red Green Blue C M Y K H S L
Decimal 227 80 2 0 0.65 0.99 0.11 20.8 0.98 0.45
Hex E3 50 2 0 41 63 B 15 62 2D
Octal 343 120 2 0 101 143 13 25 142 55
Binary 11100011 1010000 10 0 1000001 1100011 1011 10101 1100010 101101

Color Harmonies of #E35002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35002

Black with #E35002

Text Example


Text Example

White with #E35002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35002; }

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

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

background-color css

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

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

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

border-color css

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

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

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