Html Css Color HEX #E26005 Persimmon

📋 copy color: '#E26005'

red 226 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E26005

Tints of Persimmon #E26005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 69.11%
G = 29.36%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E26005 (or 0xE26005) is known color: Persimmon. HEX triplet: E2, 60 and 05. RGB value is (226,96,5). Sum of RGB (Red+Green+Blue) = 226+96+5=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E26005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26005 is #1D9FFA. Grayscale: #7C7C7C. Windows color (decimal): -1941499 or 352482. OLE color: 352482.

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

Color convert

RGB 226 96 5 -
CMYK 0 0.58 0.98 0.11
HSL 24.71º 0.96% 0.45% -
HSV(B) 24.71º 0.98% 0.89% -
XYZ 35.57 24.55 3.01 -
YUV 124.5 60.57 200.4 -
System Red Green Blue C M Y K H S L
Decimal 226 96 5 0 0.58 0.98 0.11 24.71 0.96 0.45
Hex E2 60 5 0 3A 62 B 19 60 2D
Octal 342 140 5 0 72 142 13 31 140 55
Binary 11100010 1100000 101 0 111010 1100010 1011 11001 1100000 101101

Color Harmonies of #E26005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26005

Black with #E26005

Text Example


Text Example

White with #E26005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26005; }

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

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

background-color css

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

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

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

border-color css

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

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

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