Html Css Color HEX #E2501A Persimmon

📋 copy color: '#E2501A'

red 226 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #E2501A

Tints of Persimmon #E2501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 68.07%
G = 24.1%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2501A (or 0xE2501A) is known color: Persimmon. HEX triplet: E2, 50 and 1A. RGB value is (226,80,26). Sum of RGB (Red+Green+Blue) = 226+80+26=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E2501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2501A is #1DAFE5. Grayscale: #757575. Windows color (decimal): -1945574 or 1724642. OLE color: 1724642.

HSL color Cylindrical-coordinate representation of color #E2501A: hue angle of 16.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2501A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 26 -
CMYK 0 0.65 0.88 0.11
HSL 16.2º 0.79% 0.49% -
HSV(B) 16.2º 0.88% 0.89% -
XYZ 34.42 21.98 3.41 -
YUV 117.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 226 80 26 0 0.65 0.88 0.11 16.2 0.79 0.49
Hex E2 50 1A 0 41 58 B 10 4F 31
Octal 342 120 32 0 101 130 13 20 117 61
Binary 11100010 1010000 11010 0 1000001 1011000 1011 10000 1001111 110001

Color Harmonies of #E2501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2501A

Black with #E2501A

Text Example


Text Example

White with #E2501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2501A; }

 p { color: rgb(226,80,26); }

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

background-color css

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

 a { background-color: rgb(226,80,26); }

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

border-color css

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

 span { border-color: rgb(226,80,26); }

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