Html Css Color HEX #E35600 Persimmon

📋 copy color: '#E35600'

red 227 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #E35600

Tints of Persimmon #E35600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 72.52%
G = 27.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E35600 (or 0xE35600) is known color: Persimmon. HEX triplet: E3, 56 and 00. RGB value is (227,86,0). Sum of RGB (Red+Green+Blue) = 227+86+0=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E35600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35600 is #1CA9FF. Grayscale: #767676. Windows color (decimal): -1878528 or 22243. OLE color: 22243.

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

Color convert

RGB 227 86 0 -
CMYK 0 0.62 1 0.11
HSL 22.73º 1% 0.45% -
HSV(B) 22.73º 1% 0.89% -
XYZ 35.01 22.99 2.59 -
YUV 118.36 61.21 205.49 -
System Red Green Blue C M Y K H S L
Decimal 227 86 0 0 0.62 1 0.11 22.73 1 0.45
Hex E3 56 0 0 3E 64 B 17 64 2D
Octal 343 126 0 0 76 144 13 27 144 55
Binary 11100011 1010110 0 0 111110 1100100 1011 10111 1100100 101101

Color Harmonies of #E35600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35600

Black with #E35600

Text Example


Text Example

White with #E35600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35600; }

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

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

background-color css

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

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

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

border-color css

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

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

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