Html Css Color HEX #EE5F11 Persimmon

📋 copy color: '#EE5F11'

red 238 ◦ green 95 ◦ blue 17

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

Shades of Persimmon #EE5F11

Tints of Persimmon #EE5F11

RGB

 RED value IS 238 (93.36% from 255) = 68%

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 68%
G = 27.14%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE5F11 (or 0xEE5F11) is known color: Persimmon. HEX triplet: EE, 5F and 11. RGB value is (238,95,17). Sum of RGB (Red+Green+Blue) = 238+95+17=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F11 is #11A0EE. Grayscale: #818181. Windows color (decimal): -1155311 or 1138670. OLE color: 1138670.

HSL color Cylindrical-coordinate representation of color #EE5F11: hue angle of 21.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE5F11 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 95 17 -
CMYK 0 0.60 0.93 0.07
HSL 21.18º 0.87% 0.5% -
HSV(B) 21.18º 0.93% 0.93% -
XYZ 39.45 26.4 3.55 -
YUV 128.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 238 95 17 0 0.60 0.93 0.07 21.18 0.87 0.5
Hex EE 5F 11 0 3C 5D 7 15 57 32
Octal 356 137 21 0 74 135 7 25 127 62
Binary 11101110 1011111 10001 0 111100 1011101 111 10101 1010111 110010

Color Harmonies of #EE5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F11

Black with #EE5F11

Text Example


Text Example

White with #EE5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F11; }

 p { color: rgb(238,95,17); }

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

background-color css

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

 a { background-color: rgb(238,95,17); }

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

border-color css

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

 span { border-color: rgb(238,95,17); }

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