Html Css Color HEX #E0620E Persimmon

📋 copy color: '#E0620E'

red 224 ◦ green 98 ◦ blue 14

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

Shades of Persimmon #E0620E

Tints of Persimmon #E0620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 66.67%
G = 29.17%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0620E (or 0xE0620E) is known color: Persimmon. HEX triplet: E0, 62 and 0E. RGB value is (224,98,14). Sum of RGB (Red+Green+Blue) = 224+98+14=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0620E is #1F9DF1. Grayscale: #7E7E7E. Windows color (decimal): -2072050 or 942816. OLE color: 942816.

HSL color Cylindrical-coordinate representation of color #E0620E: hue angle of 24º 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 #E0620E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 14 -
CMYK 0 0.56 0.94 0.12
HSL 24º 0.88% 0.47% -
HSV(B) 24º 0.94% 0.88% -
XYZ 35.19 24.61 3.31 -
YUV 126.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 224 98 14 0 0.56 0.94 0.12 24 0.88 0.47
Hex E0 62 E 0 38 5E C 18 58 2F
Octal 340 142 16 0 70 136 14 30 130 57
Binary 11100000 1100010 1110 0 111000 1011110 1100 11000 1011000 101111

Color Harmonies of #E0620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0620E

Black with #E0620E

Text Example


Text Example

White with #E0620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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