Html Css Color HEX #E26205 Persimmon

📋 copy color: '#E26205'

red 226 ◦ green 98 ◦ blue 5

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

Shades of Persimmon #E26205

Tints of Persimmon #E26205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 68.69%
G = 29.79%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E26205 (or 0xE26205) is known color: Persimmon. HEX triplet: E2, 62 and 05. RGB value is (226,98,5). Sum of RGB (Red+Green+Blue) = 226+98+5=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E26205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26205 is #1D9DFA. Grayscale: #7E7E7E. Windows color (decimal): -1940987 or 352994. OLE color: 352994.

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

Color convert

RGB 226 98 5 -
CMYK 0 0.57 0.98 0.11
HSL 25.25º 0.96% 0.45% -
HSV(B) 25.25º 0.98% 0.89% -
XYZ 35.76 24.92 3.07 -
YUV 125.67 59.91 199.56 -
System Red Green Blue C M Y K H S L
Decimal 226 98 5 0 0.57 0.98 0.11 25.25 0.96 0.45
Hex E2 62 5 0 39 62 B 19 60 2D
Octal 342 142 5 0 71 142 13 31 140 55
Binary 11100010 1100010 101 0 111001 1100010 1011 11001 1100000 101101

Color Harmonies of #E26205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26205

Black with #E26205

Text Example


Text Example

White with #E26205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26205; }

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

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

background-color css

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

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

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

border-color css

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

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

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