Html Css Color HEX #E2620D Persimmon

📋 copy color: '#E2620D'

red 226 ◦ green 98 ◦ blue 13

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

Shades of Persimmon #E2620D

Tints of Persimmon #E2620D

RGB

 RED value IS 226 (88.67% from 255) = 67.06%

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 67.06%
G = 29.08%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2620D (or 0xE2620D) is known color: Persimmon. HEX triplet: E2, 62 and 0D. RGB value is (226,98,13). Sum of RGB (Red+Green+Blue) = 226+98+13=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2620D is #1D9DF2. Grayscale: #7F7F7F. Windows color (decimal): -1940979 or 877282. OLE color: 877282.

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

Color convert

RGB 226 98 13 -
CMYK 0 0.57 0.94 0.11
HSL 23.94º 0.89% 0.47% -
HSV(B) 23.94º 0.94% 0.89% -
XYZ 35.8 24.93 3.31 -
YUV 126.58 63.91 198.91 -
System Red Green Blue C M Y K H S L
Decimal 226 98 13 0 0.57 0.94 0.11 23.94 0.89 0.47
Hex E2 62 D 0 39 5E B 18 59 2F
Octal 342 142 15 0 71 136 13 30 131 57
Binary 11100010 1100010 1101 0 111001 1011110 1011 11000 1011001 101111

Color Harmonies of #E2620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2620D

Black with #E2620D

Text Example


Text Example

White with #E2620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2620D; }

 p { color: rgb(226,98,13); }

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

background-color css

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

 a { background-color: rgb(226,98,13); }

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

border-color css

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

 span { border-color: rgb(226,98,13); }

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