Html Css Color HEX #E26202 Persimmon

📋 copy color: '#E26202'

red 226 ◦ green 98 ◦ blue 2

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

Shades of Persimmon #E26202

Tints of Persimmon #E26202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 69.33%
G = 30.06%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E26202 (or 0xE26202) is known color: Persimmon. HEX triplet: E2, 62 and 02. RGB value is (226,98,2). Sum of RGB (Red+Green+Blue) = 226+98+2=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E26202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26202 is #1D9DFD. Grayscale: #7D7D7D. Windows color (decimal): -1940990 or 156386. OLE color: 156386.

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

Color convert

RGB 226 98 2 -
CMYK 0 0.57 0.99 0.11
HSL 25.71º 0.98% 0.45% -
HSV(B) 25.71º 0.99% 0.89% -
XYZ 35.74 24.91 2.98 -
YUV 125.33 58.41 199.81 -
System Red Green Blue C M Y K H S L
Decimal 226 98 2 0 0.57 0.99 0.11 25.71 0.98 0.45
Hex E2 62 2 0 39 63 B 1A 62 2D
Octal 342 142 2 0 71 143 13 32 142 55
Binary 11100010 1100010 10 0 111001 1100011 1011 11010 1100010 101101

Color Harmonies of #E26202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26202

Black with #E26202

Text Example


Text Example

White with #E26202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26202; }

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

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

background-color css

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

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

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

border-color css

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

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

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