Html Css Color HEX #E45018 Persimmon

📋 copy color: '#E45018'

red 228 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #E45018

Tints of Persimmon #E45018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 68.67%
G = 24.1%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E45018 (or 0xE45018) is known color: Persimmon. HEX triplet: E4, 50 and 18. RGB value is (228,80,24). Sum of RGB (Red+Green+Blue) = 228+80+24=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E45018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45018 is #1BAFE7. Grayscale: #767676. Windows color (decimal): -1814504 or 1593572. OLE color: 1593572.

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

Color convert

RGB 228 80 24 -
CMYK 0 0.65 0.89 0.11
HSL 16.47º 0.81% 0.49% -
HSV(B) 16.47º 0.89% 0.89% -
XYZ 35.03 22.3 3.32 -
YUV 117.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 228 80 24 0 0.65 0.89 0.11 16.47 0.81 0.49
Hex E4 50 18 0 41 59 B 10 51 31
Octal 344 120 30 0 101 131 13 20 121 61
Binary 11100100 1010000 11000 0 1000001 1011001 1011 10000 1010001 110001

Color Harmonies of #E45018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45018

Black with #E45018

Text Example


Text Example

White with #E45018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45018; }

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

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

background-color css

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

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

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

border-color css

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

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

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