Html Css Color HEX #E15306 Persimmon

📋 copy color: '#E15306'

red 225 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #E15306

Tints of Persimmon #E15306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 71.66%
G = 26.43%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E15306 (or 0xE15306) is known color: Persimmon. HEX triplet: E1, 53 and 06. RGB value is (225,83,6). Sum of RGB (Red+Green+Blue) = 225+83+6=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E15306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15306 is #1EACF9. Grayscale: #757575. Windows color (decimal): -2010362 or 414689. OLE color: 414689.

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

Color convert

RGB 225 83 6 -
CMYK 0 0.63 0.97 0.12
HSL 21.1º 0.95% 0.45% -
HSV(B) 21.1º 0.97% 0.88% -
XYZ 34.18 22.21 2.66 -
YUV 116.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 225 83 6 0 0.63 0.97 0.12 21.1 0.95 0.45
Hex E1 53 6 0 3F 61 C 15 5F 2D
Octal 341 123 6 0 77 141 14 25 137 55
Binary 11100001 1010011 110 0 111111 1100001 1100 10101 1011111 101101

Color Harmonies of #E15306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15306

Black with #E15306

Text Example


Text Example

White with #E15306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15306; }

 p { color: rgb(225,83,6); }

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

background-color css

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

 a { background-color: rgb(225,83,6); }

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

border-color css

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

 span { border-color: rgb(225,83,6); }

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