Html Css Color HEX #E36002 Persimmon

📋 copy color: '#E36002'

red 227 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E36002

Tints of Persimmon #E36002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 69.85%
G = 29.54%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E36002 (or 0xE36002) is known color: Persimmon. HEX triplet: E3, 60 and 02. RGB value is (227,96,2). Sum of RGB (Red+Green+Blue) = 227+96+2=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E36002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36002 is #1C9FFD. Grayscale: #7C7C7C. Windows color (decimal): -1875966 or 155875. OLE color: 155875.

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

Color convert

RGB 227 96 2 -
CMYK 0 0.58 0.99 0.11
HSL 25.07º 0.98% 0.45% -
HSV(B) 25.07º 0.99% 0.89% -
XYZ 35.87 24.7 2.93 -
YUV 124.45 58.9 201.14 -
System Red Green Blue C M Y K H S L
Decimal 227 96 2 0 0.58 0.99 0.11 25.07 0.98 0.45
Hex E3 60 2 0 3A 63 B 19 62 2D
Octal 343 140 2 0 72 143 13 31 142 55
Binary 11100011 1100000 10 0 111010 1100011 1011 11001 1100010 101101

Color Harmonies of #E36002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36002

Black with #E36002

Text Example


Text Example

White with #E36002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36002; }

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

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

background-color css

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

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

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

border-color css

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

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

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