Html Css Color HEX #EE551C Persimmon

📋 copy color: '#EE551C'

red 238 ◦ green 85 ◦ blue 28

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

Shades of Persimmon #EE551C

Tints of Persimmon #EE551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 67.81%
G = 24.22%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE551C (or 0xEE551C) is known color: Persimmon. HEX triplet: EE, 55 and 1C. RGB value is (238,85,28). Sum of RGB (Red+Green+Blue) = 238+85+28=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE551C is #11AAE3. Grayscale: #7C7C7C. Windows color (decimal): -1157860 or 1857006. OLE color: 1857006.

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

Color convert

RGB 238 85 28 -
CMYK 0 0.64 0.88 0.07
HSL 16.29º 0.86% 0.52% -
HSV(B) 16.29º 0.88% 0.93% -
XYZ 38.72 24.76 3.84 -
YUV 124.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 238 85 28 0 0.64 0.88 0.07 16.29 0.86 0.52
Hex EE 55 1C 0 40 58 7 10 56 34
Octal 356 125 34 0 100 130 7 20 126 64
Binary 11101110 1010101 11100 0 1000000 1011000 111 10000 1010110 110100

Color Harmonies of #EE551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE551C

Black with #EE551C

Text Example


Text Example

White with #EE551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE551C; }

 p { color: rgb(238,85,28); }

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

background-color css

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

 a { background-color: rgb(238,85,28); }

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

border-color css

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

 span { border-color: rgb(238,85,28); }

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