Html Css Color HEX #E36005 Persimmon

📋 copy color: '#E36005'

red 227 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E36005

Tints of Persimmon #E36005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 69.21%
G = 29.27%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E36005 (or 0xE36005) is known color: Persimmon. HEX triplet: E3, 60 and 05. RGB value is (227,96,5). Sum of RGB (Red+Green+Blue) = 227+96+5=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E36005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36005 is #1C9FFA. Grayscale: #7D7D7D. Windows color (decimal): -1875963 or 352483. OLE color: 352483.

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

Color convert

RGB 227 96 5 -
CMYK 0 0.58 0.98 0.11
HSL 24.59º 0.96% 0.45% -
HSV(B) 24.59º 0.98% 0.89% -
XYZ 35.89 24.71 3.02 -
YUV 124.8 60.4 200.9 -
System Red Green Blue C M Y K H S L
Decimal 227 96 5 0 0.58 0.98 0.11 24.59 0.96 0.45
Hex E3 60 5 0 3A 62 B 19 60 2D
Octal 343 140 5 0 72 142 13 31 140 55
Binary 11100011 1100000 101 0 111010 1100010 1011 11001 1100000 101101

Color Harmonies of #E36005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36005

Black with #E36005

Text Example


Text Example

White with #E36005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36005; }

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

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

background-color css

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

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

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

border-color css

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

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

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