Html Css Color HEX #EE5F19 Persimmon

📋 copy color: '#EE5F19'

red 238 ◦ green 95 ◦ blue 25

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

Shades of Persimmon #EE5F19

Tints of Persimmon #EE5F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 66.48%
G = 26.54%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE5F19 (or 0xEE5F19) is known color: Persimmon. HEX triplet: EE, 5F and 19. RGB value is (238,95,25). Sum of RGB (Red+Green+Blue) = 238+95+25=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F19 is #11A0E6. Grayscale: #828282. Windows color (decimal): -1155303 or 1662958. OLE color: 1662958.

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

Color convert

RGB 238 95 25 -
CMYK 0 0.60 0.89 0.07
HSL 19.72º 0.86% 0.52% -
HSV(B) 19.72º 0.89% 0.93% -
XYZ 39.53 26.43 3.94 -
YUV 129.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 238 95 25 0 0.60 0.89 0.07 19.72 0.86 0.52
Hex EE 5F 19 0 3C 59 7 14 56 34
Octal 356 137 31 0 74 131 7 24 126 64
Binary 11101110 1011111 11001 0 111100 1011001 111 10100 1010110 110100

Color Harmonies of #EE5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F19

Black with #EE5F19

Text Example


Text Example

White with #EE5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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