Html Css Color HEX #E35502 Persimmon

📋 copy color: '#E35502'

red 227 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #E35502

Tints of Persimmon #E35502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 72.29%
G = 27.07%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E35502 (or 0xE35502) is known color: Persimmon. HEX triplet: E3, 55 and 02. RGB value is (227,85,2). Sum of RGB (Red+Green+Blue) = 227+85+2=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E35502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35502 is #1CAAFD. Grayscale: #767676. Windows color (decimal): -1878782 or 153059. OLE color: 153059.

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

Color convert

RGB 227 85 2 -
CMYK 0 0.63 0.99 0.11
HSL 22.13º 0.98% 0.45% -
HSV(B) 22.13º 0.99% 0.89% -
XYZ 34.94 22.83 2.62 -
YUV 118 62.54 205.75 -
System Red Green Blue C M Y K H S L
Decimal 227 85 2 0 0.63 0.99 0.11 22.13 0.98 0.45
Hex E3 55 2 0 3F 63 B 16 62 2D
Octal 343 125 2 0 77 143 13 26 142 55
Binary 11100011 1010101 10 0 111111 1100011 1011 10110 1100010 101101

Color Harmonies of #E35502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35502

Black with #E35502

Text Example


Text Example

White with #E35502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35502; }

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

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

background-color css

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

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

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

border-color css

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

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

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