Html Css Color HEX #E2600A Persimmon

📋 copy color: '#E2600A'

red 226 ◦ green 96 ◦ blue 10

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

Shades of Persimmon #E2600A

Tints of Persimmon #E2600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 68.07%
G = 28.92%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2600A (or 0xE2600A) is known color: Persimmon. HEX triplet: E2, 60 and 0A. RGB value is (226,96,10). Sum of RGB (Red+Green+Blue) = 226+96+10=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E2600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2600A is #1D9FF5. Grayscale: #7D7D7D. Windows color (decimal): -1941494 or 680162. OLE color: 680162.

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

Color convert

RGB 226 96 10 -
CMYK 0 0.58 0.96 0.11
HSL 23.89º 0.92% 0.46% -
HSV(B) 23.89º 0.96% 0.89% -
XYZ 35.6 24.56 3.15 -
YUV 125.07 63.07 199.99 -
System Red Green Blue C M Y K H S L
Decimal 226 96 10 0 0.58 0.96 0.11 23.89 0.92 0.46
Hex E2 60 A 0 3A 60 B 18 5C 2E
Octal 342 140 12 0 72 140 13 30 134 56
Binary 11100010 1100000 1010 0 111010 1100000 1011 11000 1011100 101110

Color Harmonies of #E2600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2600A

Black with #E2600A

Text Example


Text Example

White with #E2600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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