Html Css Color HEX #E15C0B Persimmon

📋 copy color: '#E15C0B'

red 225 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #E15C0B

Tints of Persimmon #E15C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 68.6%
G = 28.05%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E15C0B (or 0xE15C0B) is known color: Persimmon. HEX triplet: E1, 5C and 0B. RGB value is (225,92,11). Sum of RGB (Red+Green+Blue) = 225+92+11=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C0B is #1EA3F4. Grayscale: #7A7A7A. Windows color (decimal): -2008053 or 744673. OLE color: 744673.

HSL color Cylindrical-coordinate representation of color #E15C0B: hue angle of 22.71º degrees, saturation: 0.91, 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 #E15C0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 11 -
CMYK 0 0.59 0.95 0.12
HSL 22.71º 0.91% 0.46% -
HSV(B) 22.71º 0.95% 0.88% -
XYZ 34.94 23.69 3.05 -
YUV 122.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 225 92 11 0 0.59 0.95 0.12 22.71 0.91 0.46
Hex E1 5C B 0 3B 5F C 17 5B 2E
Octal 341 134 13 0 73 137 14 27 133 56
Binary 11100001 1011100 1011 0 111011 1011111 1100 10111 1011011 101110

Color Harmonies of #E15C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C0B

Black with #E15C0B

Text Example


Text Example

White with #E15C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C0B; }

 p { color: rgb(225,92,11); }

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

background-color css

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

 a { background-color: rgb(225,92,11); }

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

border-color css

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

 span { border-color: rgb(225,92,11); }

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