Html Css Color HEX #EE5200 Persimmon

📋 copy color: '#EE5200'

red 238 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #EE5200

Tints of Persimmon #EE5200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.38%
G = 25.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE5200 (or 0xEE5200) is known color: Persimmon. HEX triplet: EE, 52 and 00. RGB value is (238,82,0). Sum of RGB (Red+Green+Blue) = 238+82+0=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5200 is #11ADFF. Grayscale: #777777. Windows color (decimal): -1158656 or 21230. OLE color: 21230.

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

Color convert

RGB 238 82 0 -
CMYK 0 0.66 1 0.07
HSL 20.67º 1% 0.47% -
HSV(B) 20.67º 1% 0.93% -
XYZ 38.28 24.21 2.66 -
YUV 119.3 60.68 212.67 -
System Red Green Blue C M Y K H S L
Decimal 238 82 0 0 0.66 1 0.07 20.67 1 0.47
Hex EE 52 0 0 42 64 7 15 64 2F
Octal 356 122 0 0 102 144 7 25 144 57
Binary 11101110 1010010 0 0 1000010 1100100 111 10101 1100100 101111

Color Harmonies of #EE5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5200

Black with #EE5200

Text Example


Text Example

White with #EE5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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