Html Css Color HEX #E45600 Persimmon

📋 copy color: '#E45600'

red 228 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #E45600

Tints of Persimmon #E45600

RGB

 RED value IS 228 (89.45% from 255) = 72.61%

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

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

R = 72.61%
G = 27.39%
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

#E45600 (or 0xE45600) is known color: Persimmon. HEX triplet: E4, 56 and 00. RGB value is (228,86,0). Sum of RGB (Red+Green+Blue) = 228+86+0=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E45600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45600 is #1BA9FF. Grayscale: #777777. Windows color (decimal): -1812992 or 22244. OLE color: 22244.

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

Color convert

RGB 228 86 0 -
CMYK 0 0.62 1 0.11
HSL 22.63º 1% 0.45% -
HSV(B) 22.63º 1% 0.89% -
XYZ 35.32 23.15 2.61 -
YUV 118.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 228 86 0 0 0.62 1 0.11 22.63 1 0.45
Hex E4 56 0 0 3E 64 B 17 64 2D
Octal 344 126 0 0 76 144 13 27 144 55
Binary 11100100 1010110 0 0 111110 1100100 1011 10111 1100100 101101

Color Harmonies of #E45600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45600

Black with #E45600

Text Example


Text Example

White with #E45600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45600; }

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

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

background-color css

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

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

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

border-color css

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

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

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