Html Css Color HEX #EE8955 Crusta

📋 copy color: '#EE8955'

red 238 ◦ green 137 ◦ blue 85

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

Shades of Crusta #EE8955

Tints of Crusta #EE8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 51.74%
G = 29.78%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE8955 (or 0xEE8955) is known color: Crusta. HEX triplet: EE, 89 and 55. RGB value is (238,137,85). Sum of RGB (Red+Green+Blue) = 238+137+85=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8955 is #1176AA. Grayscale: #A1A1A1. Windows color (decimal): -1144491 or 5605870. OLE color: 5605870.

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

Color convert

RGB 238 137 85 -
CMYK 0 0.42 0.64 0.07
HSL 20.39º 0.82% 0.63% -
HSV(B) 20.39º 0.64% 0.93% -
XYZ 45.85 36.72 13.27 -
YUV 161.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 238 137 85 0 0.42 0.64 0.07 20.39 0.82 0.63
Hex EE 89 55 0 2A 40 7 14 52 3F
Octal 356 211 125 0 52 100 7 24 122 77
Binary 11101110 10001001 1010101 0 101010 1000000 111 10100 1010010 111111

Color Harmonies of #EE8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8955

Black with #EE8955

Text Example


Text Example

White with #EE8955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8955; }

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

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

background-color css

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

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

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

border-color css

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

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

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