Html Css Color HEX #E45008 Persimmon

📋 copy color: '#E45008'

red 228 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #E45008

Tints of Persimmon #E45008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 72.15%
G = 25.32%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E45008 (or 0xE45008) is known color: Persimmon. HEX triplet: E4, 50 and 08. RGB value is (228,80,8). Sum of RGB (Red+Green+Blue) = 228+80+8=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E45008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45008 is #1BAFF7. Grayscale: #747474. Windows color (decimal): -1814520 or 544996. OLE color: 544996.

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

Color convert

RGB 228 80 8 -
CMYK 0 0.65 0.96 0.11
HSL 19.64º 0.93% 0.46% -
HSV(B) 19.64º 0.96% 0.89% -
XYZ 34.91 22.25 2.68 -
YUV 116.04 67.03 207.85 -
System Red Green Blue C M Y K H S L
Decimal 228 80 8 0 0.65 0.96 0.11 19.64 0.93 0.46
Hex E4 50 8 0 41 60 B 14 5D 2E
Octal 344 120 10 0 101 140 13 24 135 56
Binary 11100100 1010000 1000 0 1000001 1100000 1011 10100 1011101 101110

Color Harmonies of #E45008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45008

Black with #E45008

Text Example


Text Example

White with #E45008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45008; }

 p { color: rgb(228,80,8); }

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

background-color css

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

 a { background-color: rgb(228,80,8); }

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

border-color css

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

 span { border-color: rgb(228,80,8); }

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