Html Css Color HEX #E2620A Persimmon

📋 copy color: '#E2620A'

red 226 ◦ green 98 ◦ blue 10

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

Shades of Persimmon #E2620A

Tints of Persimmon #E2620A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 67.66%
G = 29.34%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2620A (or 0xE2620A) is known color: Persimmon. HEX triplet: E2, 62 and 0A. RGB value is (226,98,10). Sum of RGB (Red+Green+Blue) = 226+98+10=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2620A is #1D9DF5. Grayscale: #7E7E7E. Windows color (decimal): -1940982 or 680674. OLE color: 680674.

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

Color convert

RGB 226 98 10 -
CMYK 0 0.57 0.96 0.11
HSL 24.44º 0.92% 0.46% -
HSV(B) 24.44º 0.96% 0.89% -
XYZ 35.79 24.93 3.21 -
YUV 126.24 62.41 199.16 -
System Red Green Blue C M Y K H S L
Decimal 226 98 10 0 0.57 0.96 0.11 24.44 0.92 0.46
Hex E2 62 A 0 39 60 B 18 5C 2E
Octal 342 142 12 0 71 140 13 30 134 56
Binary 11100010 1100010 1010 0 111001 1100000 1011 11000 1011100 101110

Color Harmonies of #E2620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2620A

Black with #E2620A

Text Example


Text Example

White with #E2620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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