Html Css Color HEX #EE6015 Persimmon

📋 copy color: '#EE6015'

red 238 ◦ green 96 ◦ blue 21

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

Shades of Persimmon #EE6015

Tints of Persimmon #EE6015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 67.04%
G = 27.04%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE6015 (or 0xEE6015) is known color: Persimmon. HEX triplet: EE, 60 and 15. RGB value is (238,96,21). Sum of RGB (Red+Green+Blue) = 238+96+21=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6015 is #119FEA. Grayscale: #828282. Windows color (decimal): -1155051 or 1401070. OLE color: 1401070.

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

Color convert

RGB 238 96 21 -
CMYK 0 0.60 0.91 0.07
HSL 20.74º 0.86% 0.51% -
HSV(B) 20.74º 0.91% 0.93% -
XYZ 39.58 26.6 3.76 -
YUV 129.91 66.54 205.1 -
System Red Green Blue C M Y K H S L
Decimal 238 96 21 0 0.60 0.91 0.07 20.74 0.86 0.51
Hex EE 60 15 0 3C 5B 7 15 56 33
Octal 356 140 25 0 74 133 7 25 126 63
Binary 11101110 1100000 10101 0 111100 1011011 111 10101 1010110 110011

Color Harmonies of #EE6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6015

Black with #EE6015

Text Example


Text Example

White with #EE6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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