Html Css Color HEX #EE8455 Crusta

📋 copy color: '#EE8455'

red 238 ◦ green 132 ◦ blue 85

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

Shades of Crusta #EE8455

Tints of Crusta #EE8455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 52.31%
G = 29.01%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE8455 (or 0xEE8455) is known color: Crusta. HEX triplet: EE, 84 and 55. RGB value is (238,132,85). Sum of RGB (Red+Green+Blue) = 238+132+85=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8455 is #117BAA. Grayscale: #9E9E9E. Windows color (decimal): -1145771 or 5604590. OLE color: 5604590.

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

Color convert

RGB 238 132 85 -
CMYK 0 0.45 0.64 0.07
HSL 18.43º 0.82% 0.63% -
HSV(B) 18.43º 0.64% 0.93% -
XYZ 45.15 35.34 13.04 -
YUV 158.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 238 132 85 0 0.45 0.64 0.07 18.43 0.82 0.63
Hex EE 84 55 0 2D 40 7 12 52 3F
Octal 356 204 125 0 55 100 7 22 122 77
Binary 11101110 10000100 1010101 0 101101 1000000 111 10010 1010010 111111

Color Harmonies of #EE8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8455

Black with #EE8455

Text Example


Text Example

White with #EE8455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8455; }

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

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

background-color css

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

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

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

border-color css

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

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

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