Html Css Color HEX #E1610F Persimmon

📋 copy color: '#E1610F'

red 225 ◦ green 97 ◦ blue 15

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

Shades of Persimmon #E1610F

Tints of Persimmon #E1610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 66.77%
G = 28.78%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1610F (or 0xE1610F) is known color: Persimmon. HEX triplet: E1, 61 and 0F. RGB value is (225,97,15). Sum of RGB (Red+Green+Blue) = 225+97+15=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1610F is #1E9EF0. Grayscale: #7E7E7E. Windows color (decimal): -2006769 or 1008097. OLE color: 1008097.

HSL color Cylindrical-coordinate representation of color #E1610F: hue angle of 23.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1610F is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 15 -
CMYK 0 0.57 0.93 0.12
HSL 23.43º 0.88% 0.47% -
HSV(B) 23.43º 0.93% 0.88% -
XYZ 35.41 24.59 3.33 -
YUV 125.92 65.41 198.67 -
System Red Green Blue C M Y K H S L
Decimal 225 97 15 0 0.57 0.93 0.12 23.43 0.88 0.47
Hex E1 61 F 0 39 5D C 17 58 2F
Octal 341 141 17 0 71 135 14 27 130 57
Binary 11100001 1100001 1111 0 111001 1011101 1100 10111 1011000 101111

Color Harmonies of #E1610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1610F

Black with #E1610F

Text Example


Text Example

White with #E1610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1610F; }

 p { color: rgb(225,97,15); }

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

background-color css

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

 a { background-color: rgb(225,97,15); }

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

border-color css

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

 span { border-color: rgb(225,97,15); }

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