Html Css Color HEX #E26302 Persimmon

📋 copy color: '#E26302'

red 226 ◦ green 99 ◦ blue 2

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

Shades of Persimmon #E26302

Tints of Persimmon #E26302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 69.11%
G = 30.28%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E26302 (or 0xE26302) is known color: Persimmon. HEX triplet: E2, 63 and 02. RGB value is (226,99,2). Sum of RGB (Red+Green+Blue) = 226+99+2=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E26302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26302 is #1D9CFD. Grayscale: #7E7E7E. Windows color (decimal): -1940734 or 156642. OLE color: 156642.

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

Color convert

RGB 226 99 2 -
CMYK 0 0.56 0.99 0.11
HSL 25.98º 0.98% 0.45% -
HSV(B) 25.98º 0.99% 0.89% -
XYZ 35.84 25.1 3.01 -
YUV 125.92 58.08 199.39 -
System Red Green Blue C M Y K H S L
Decimal 226 99 2 0 0.56 0.99 0.11 25.98 0.98 0.45
Hex E2 63 2 0 38 63 B 1A 62 2D
Octal 342 143 2 0 70 143 13 32 142 55
Binary 11100010 1100011 10 0 111000 1100011 1011 11010 1100010 101101

Color Harmonies of #E26302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26302

Black with #E26302

Text Example


Text Example

White with #E26302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26302; }

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

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

background-color css

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

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

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

border-color css

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

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

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