Html Css Color HEX #EE6019 Persimmon

📋 copy color: '#EE6019'

red 238 ◦ green 96 ◦ blue 25

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

Shades of Persimmon #EE6019

Tints of Persimmon #EE6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 66.3%
G = 26.74%
B = 6.96%

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

#EE6019 (or 0xEE6019) is known color: Persimmon. HEX triplet: EE, 60 and 19. RGB value is (238,96,25). Sum of RGB (Red+Green+Blue) = 238+96+25=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6019 is #119FE6. Grayscale: #828282. Windows color (decimal): -1155047 or 1663214. OLE color: 1663214.

HSL color Cylindrical-coordinate representation of color #EE6019: hue angle of 20º 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 #EE6019 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 25 -
CMYK 0 0.60 0.89 0.07
HSL 20º 0.86% 0.52% -
HSV(B) 20º 0.89% 0.93% -
XYZ 39.62 26.61 3.97 -
YUV 130.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 238 96 25 0 0.60 0.89 0.07 20 0.86 0.52
Hex EE 60 19 0 3C 59 7 14 56 34
Octal 356 140 31 0 74 131 7 24 126 64
Binary 11101110 1100000 11001 0 111100 1011001 111 10100 1010110 110100

Color Harmonies of #EE6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6019

Black with #EE6019

Text Example


Text Example

White with #EE6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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