Html Css Color HEX #E25200 Persimmon

📋 copy color: '#E25200'

red 226 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E25200

Tints of Persimmon #E25200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 73.38%
G = 26.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E25200 (or 0xE25200) is known color: Persimmon. HEX triplet: E2, 52 and 00. RGB value is (226,82,0). Sum of RGB (Red+Green+Blue) = 226+82+0=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E25200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25200 is #1DADFF. Grayscale: #747474. Windows color (decimal): -1945088 or 21218. OLE color: 21218.

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

Color convert

RGB 226 82 0 -
CMYK 0 0.64 1 0.11
HSL 21.77º 1% 0.44% -
HSV(B) 21.77º 1% 0.89% -
XYZ 34.38 22.2 2.47 -
YUV 115.71 62.71 206.67 -
System Red Green Blue C M Y K H S L
Decimal 226 82 0 0 0.64 1 0.11 21.77 1 0.44
Hex E2 52 0 0 40 64 B 16 64 2C
Octal 342 122 0 0 100 144 13 26 144 54
Binary 11100010 1010010 0 0 1000000 1100100 1011 10110 1100100 101100

Color Harmonies of #E25200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25200

Black with #E25200

Text Example


Text Example

White with #E25200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25200; }

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

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

background-color css

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

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

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

border-color css

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

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

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