Html Css Color HEX #E15E0C Persimmon

📋 copy color: '#E15E0C'

red 225 ◦ green 94 ◦ blue 12

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

Shades of Persimmon #E15E0C

Tints of Persimmon #E15E0C

RGB

 RED value IS 225 (88.28% from 255) = 67.98%

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 67.98%
G = 28.4%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E15E0C (or 0xE15E0C) is known color: Persimmon. HEX triplet: E1, 5E and 0C. RGB value is (225,94,12). Sum of RGB (Red+Green+Blue) = 225+94+12=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E0C is #1EA1F3. Grayscale: #7C7C7C. Windows color (decimal): -2007540 or 810721. OLE color: 810721.

HSL color Cylindrical-coordinate representation of color #E15E0C: hue angle of 23.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E15E0C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 12 -
CMYK 0 0.58 0.95 0.12
HSL 23.1º 0.9% 0.46% -
HSV(B) 23.1º 0.95% 0.88% -
XYZ 35.12 24.04 3.14 -
YUV 123.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 225 94 12 0 0.58 0.95 0.12 23.1 0.9 0.46
Hex E1 5E C 0 3A 5F C 17 5A 2E
Octal 341 136 14 0 72 137 14 27 132 56
Binary 11100001 1011110 1100 0 111010 1011111 1100 10111 1011010 101110

Color Harmonies of #E15E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E0C

Black with #E15E0C

Text Example


Text Example

White with #E15E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E0C; }

 p { color: rgb(225,94,12); }

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

background-color css

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

 a { background-color: rgb(225,94,12); }

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

border-color css

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

 span { border-color: rgb(225,94,12); }

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