Html Css Color HEX #E35500 Persimmon

📋 copy color: '#E35500'

red 227 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #E35500

Tints of Persimmon #E35500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.76%
G = 27.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E35500 (or 0xE35500) is known color: Persimmon. HEX triplet: E3, 55 and 00. RGB value is (227,85,0). Sum of RGB (Red+Green+Blue) = 227+85+0=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E35500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35500 is #1CAAFF. Grayscale: #767676. Windows color (decimal): -1878784 or 21987. OLE color: 21987.

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

Color convert

RGB 227 85 0 -
CMYK 0 0.63 1 0.11
HSL 22.47º 1% 0.45% -
HSV(B) 22.47º 1% 0.89% -
XYZ 34.93 22.83 2.57 -
YUV 117.77 61.54 205.91 -
System Red Green Blue C M Y K H S L
Decimal 227 85 0 0 0.63 1 0.11 22.47 1 0.45
Hex E3 55 0 0 3F 64 B 16 64 2D
Octal 343 125 0 0 77 144 13 26 144 55
Binary 11100011 1010101 0 0 111111 1100100 1011 10110 1100100 101101

Color Harmonies of #E35500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35500

Black with #E35500

Text Example


Text Example

White with #E35500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35500; }

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

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

background-color css

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

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

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

border-color css

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

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

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