Html Css Color HEX #E25500 Persimmon

📋 copy color: '#E25500'

red 226 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #E25500

Tints of Persimmon #E25500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.67%
G = 27.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E25500 (or 0xE25500) is known color: Persimmon. HEX triplet: E2, 55 and 00. RGB value is (226,85,0). Sum of RGB (Red+Green+Blue) = 226+85+0=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E25500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25500 is #1DAAFF. Grayscale: #757575. Windows color (decimal): -1944320 or 21986. OLE color: 21986.

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

Color convert

RGB 226 85 0 -
CMYK 0 0.62 1 0.11
HSL 22.57º 1% 0.44% -
HSV(B) 22.57º 1% 0.89% -
XYZ 34.61 22.67 2.55 -
YUV 117.47 61.71 205.41 -
System Red Green Blue C M Y K H S L
Decimal 226 85 0 0 0.62 1 0.11 22.57 1 0.44
Hex E2 55 0 0 3E 64 B 17 64 2C
Octal 342 125 0 0 76 144 13 27 144 54
Binary 11100010 1010101 0 0 111110 1100100 1011 10111 1100100 101100

Color Harmonies of #E25500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25500

Black with #E25500

Text Example


Text Example

White with #E25500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25500; }

 p { color: rgb(226,85,0); }

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

background-color css

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

 a { background-color: rgb(226,85,0); }

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

border-color css

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

 span { border-color: rgb(226,85,0); }

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