Html Css Color HEX #EE5315 Persimmon

📋 copy color: '#EE5315'

red 238 ◦ green 83 ◦ blue 21

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

Shades of Persimmon #EE5315

Tints of Persimmon #EE5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 69.59%
G = 24.27%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE5315 (or 0xEE5315) is known color: Persimmon. HEX triplet: EE, 53 and 15. RGB value is (238,83,21). Sum of RGB (Red+Green+Blue) = 238+83+21=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5315 is #11ACEA. Grayscale: #7A7A7A. Windows color (decimal): -1158379 or 1397742. OLE color: 1397742.

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

Color convert

RGB 238 83 21 -
CMYK 0 0.65 0.91 0.07
HSL 17.14º 0.86% 0.51% -
HSV(B) 17.14º 0.91% 0.93% -
XYZ 38.49 24.42 3.39 -
YUV 122.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 238 83 21 0 0.65 0.91 0.07 17.14 0.86 0.51
Hex EE 53 15 0 41 5B 7 11 56 33
Octal 356 123 25 0 101 133 7 21 126 63
Binary 11101110 1010011 10101 0 1000001 1011011 111 10001 1010110 110011

Color Harmonies of #EE5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5315

Black with #EE5315

Text Example


Text Example

White with #EE5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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