Html Css Color HEX #E35018 Persimmon

📋 copy color: '#E35018'

red 227 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #E35018

Tints of Persimmon #E35018

RGB

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

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

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

R = 68.58%
G = 24.17%
B = 7.25%

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

#E35018 (or 0xE35018) is known color: Persimmon. HEX triplet: E3, 50 and 18. RGB value is (227,80,24). Sum of RGB (Red+Green+Blue) = 227+80+24=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E35018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35018 is #1CAFE7. Grayscale: #757575. Windows color (decimal): -1880040 or 1593571. OLE color: 1593571.

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

Color convert

RGB 227 80 24 -
CMYK 0 0.65 0.89 0.11
HSL 16.55º 0.81% 0.49% -
HSV(B) 16.55º 0.89% 0.89% -
XYZ 34.71 22.13 3.31 -
YUV 117.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 227 80 24 0 0.65 0.89 0.11 16.55 0.81 0.49
Hex E3 50 18 0 41 59 B 11 51 31
Octal 343 120 30 0 101 131 13 21 121 61
Binary 11100011 1010000 11000 0 1000001 1011001 1011 10001 1010001 110001

Color Harmonies of #E35018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35018

Black with #E35018

Text Example


Text Example

White with #E35018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35018; }

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

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

background-color css

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

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

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

border-color css

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

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

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