Html Css Color HEX #E26101 Persimmon

📋 copy color: '#E26101'

red 226 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #E26101

Tints of Persimmon #E26101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 69.75%
G = 29.94%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E26101 (or 0xE26101) is known color: Persimmon. HEX triplet: E2, 61 and 01. RGB value is (226,97,1). Sum of RGB (Red+Green+Blue) = 226+97+1=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E26101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26101 is #1D9EFE. Grayscale: #7D7D7D. Windows color (decimal): -1941247 or 90594. OLE color: 90594.

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

Color convert

RGB 226 97 1 -
CMYK 0 0.57 1.00 0.11
HSL 25.6º 0.99% 0.45% -
HSV(B) 25.6º 1% 0.89% -
XYZ 35.64 24.72 2.92 -
YUV 124.63 58.24 200.31 -
System Red Green Blue C M Y K H S L
Decimal 226 97 1 0 0.57 1.00 0.11 25.6 0.99 0.45
Hex E2 61 1 0 39 64 B 1A 63 2D
Octal 342 141 1 0 71 144 13 32 143 55
Binary 11100010 1100001 1 0 111001 1100100 1011 11010 1100011 101101

Color Harmonies of #E26101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26101

Black with #E26101

Text Example


Text Example

White with #E26101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26101; }

 p { color: rgb(226,97,1); }

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

background-color css

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

 a { background-color: rgb(226,97,1); }

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

border-color css

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

 span { border-color: rgb(226,97,1); }

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