Html Css Color HEX #EE5201 Persimmon

📋 copy color: '#EE5201'

red 238 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #EE5201

Tints of Persimmon #EE5201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 74.14%
G = 25.55%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE5201 (or 0xEE5201) is known color: Persimmon. HEX triplet: EE, 52 and 01. RGB value is (238,82,1). Sum of RGB (Red+Green+Blue) = 238+82+1=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5201 is #11ADFE. Grayscale: #777777. Windows color (decimal): -1158655 or 86766. OLE color: 86766.

HSL color Cylindrical-coordinate representation of color #EE5201: hue angle of 20.51º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5201 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 82 1 -
CMYK 0 0.66 1.00 0.07
HSL 20.51º 0.99% 0.47% -
HSV(B) 20.51º 1% 0.93% -
XYZ 38.28 24.21 2.68 -
YUV 119.41 61.18 212.59 -
System Red Green Blue C M Y K H S L
Decimal 238 82 1 0 0.66 1.00 0.07 20.51 0.99 0.47
Hex EE 52 1 0 42 64 7 15 63 2F
Octal 356 122 1 0 102 144 7 25 143 57
Binary 11101110 1010010 1 0 1000010 1100100 111 10101 1100011 101111

Color Harmonies of #EE5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5201

Black with #EE5201

Text Example


Text Example

White with #EE5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5201; }

 p { color: rgb(238,82,1); }

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

background-color css

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

 a { background-color: rgb(238,82,1); }

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

border-color css

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

 span { border-color: rgb(238,82,1); }

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