Html Css Color HEX #EE8755 Crusta

📋 copy color: '#EE8755'

red 238 ◦ green 135 ◦ blue 85

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

Shades of Crusta #EE8755

Tints of Crusta #EE8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.48%

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

R = 51.97%
G = 29.48%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE8755 (or 0xEE8755) is known color: Crusta. HEX triplet: EE, 87 and 55. RGB value is (238,135,85). Sum of RGB (Red+Green+Blue) = 238+135+85=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8755 is #1178AA. Grayscale: #A0A0A0. Windows color (decimal): -1145003 or 5605358. OLE color: 5605358.

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

Color convert

RGB 238 135 85 -
CMYK 0 0.43 0.64 0.07
HSL 19.61º 0.82% 0.63% -
HSV(B) 19.61º 0.64% 0.93% -
XYZ 45.56 36.16 13.17 -
YUV 160.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 238 135 85 0 0.43 0.64 0.07 19.61 0.82 0.63
Hex EE 87 55 0 2B 40 7 14 52 3F
Octal 356 207 125 0 53 100 7 24 122 77
Binary 11101110 10000111 1010101 0 101011 1000000 111 10100 1010010 111111

Color Harmonies of #EE8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8755

Black with #EE8755

Text Example


Text Example

White with #EE8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8755; }

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

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

background-color css

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

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

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

border-color css

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

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

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