Html Css Color HEX #E0610E Persimmon

📋 copy color: '#E0610E'

red 224 ◦ green 97 ◦ blue 14

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

Shades of Persimmon #E0610E

Tints of Persimmon #E0610E

RGB

 RED value IS 224 (87.89% from 255) = 66.87%

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 66.87%
G = 28.96%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0610E (or 0xE0610E) is known color: Persimmon. HEX triplet: E0, 61 and 0E. RGB value is (224,97,14). Sum of RGB (Red+Green+Blue) = 224+97+14=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0610E is #1F9EF1. Grayscale: #7D7D7D. Windows color (decimal): -2072306 or 942560. OLE color: 942560.

HSL color Cylindrical-coordinate representation of color #E0610E: hue angle of 23.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0610E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 14 -
CMYK 0 0.57 0.94 0.12
HSL 23.71º 0.88% 0.47% -
HSV(B) 23.71º 0.94% 0.88% -
XYZ 35.09 24.43 3.28 -
YUV 125.51 65.08 198.25 -
System Red Green Blue C M Y K H S L
Decimal 224 97 14 0 0.57 0.94 0.12 23.71 0.88 0.47
Hex E0 61 E 0 39 5E C 18 58 2F
Octal 340 141 16 0 71 136 14 30 130 57
Binary 11100000 1100001 1110 0 111001 1011110 1100 11000 1011000 101111

Color Harmonies of #E0610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0610E

Black with #E0610E

Text Example


Text Example

White with #E0610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0610E; }

 p { color: rgb(224,97,14); }

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

background-color css

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

 a { background-color: rgb(224,97,14); }

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

border-color css

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

 span { border-color: rgb(224,97,14); }

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