Html Css Color HEX #EE551B Persimmon

📋 copy color: '#EE551B'

red 238 ◦ green 85 ◦ blue 27

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

Shades of Persimmon #EE551B

Tints of Persimmon #EE551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 68%
G = 24.29%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE551B (or 0xEE551B) is known color: Persimmon. HEX triplet: EE, 55 and 1B. RGB value is (238,85,27). Sum of RGB (Red+Green+Blue) = 238+85+27=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE551B is #11AAE4. Grayscale: #7C7C7C. Windows color (decimal): -1157861 or 1791470. OLE color: 1791470.

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

Color convert

RGB 238 85 27 -
CMYK 0 0.64 0.89 0.07
HSL 16.49º 0.86% 0.52% -
HSV(B) 16.49º 0.89% 0.93% -
XYZ 38.71 24.75 3.77 -
YUV 124.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 238 85 27 0 0.64 0.89 0.07 16.49 0.86 0.52
Hex EE 55 1B 0 40 59 7 10 56 34
Octal 356 125 33 0 100 131 7 20 126 64
Binary 11101110 1010101 11011 0 1000000 1011001 111 10000 1010110 110100

Color Harmonies of #EE551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE551B

Black with #EE551B

Text Example


Text Example

White with #EE551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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