Html Css Color HEX #EE5219 Persimmon

📋 copy color: '#EE5219'

red 238 ◦ green 82 ◦ blue 25

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

Shades of Persimmon #EE5219

Tints of Persimmon #EE5219

RGB

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

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

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

R = 68.99%
G = 23.77%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE5219 (or 0xEE5219) is known color: Persimmon. HEX triplet: EE, 52 and 19. RGB value is (238,82,25). Sum of RGB (Red+Green+Blue) = 238+82+25=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5219 is #11ADE6. Grayscale: #7A7A7A. Windows color (decimal): -1158631 or 1659630. OLE color: 1659630.

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

Color convert

RGB 238 82 25 -
CMYK 0 0.66 0.89 0.07
HSL 16.06º 0.86% 0.52% -
HSV(B) 16.06º 0.89% 0.93% -
XYZ 38.45 24.28 3.58 -
YUV 122.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 238 82 25 0 0.66 0.89 0.07 16.06 0.86 0.52
Hex EE 52 19 0 42 59 7 10 56 34
Octal 356 122 31 0 102 131 7 20 126 64
Binary 11101110 1010010 11001 0 1000010 1011001 111 10000 1010110 110100

Color Harmonies of #EE5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5219

Black with #EE5219

Text Example


Text Example

White with #EE5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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