Html Css Color HEX #EE855D Crusta

📋 copy color: '#EE855D'

red 238 ◦ green 133 ◦ blue 93

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

Shades of Crusta #EE855D

Tints of Crusta #EE855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 51.29%
G = 28.66%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE855D (or 0xEE855D) is known color: Crusta. HEX triplet: EE, 85 and 5D. RGB value is (238,133,93). Sum of RGB (Red+Green+Blue) = 238+133+93=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE855D is #117AA2. Grayscale: #A0A0A0. Windows color (decimal): -1145507 or 6129134. OLE color: 6129134.

HSL color Cylindrical-coordinate representation of color #EE855D: hue angle of 16.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE855D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 133 93 -
CMYK 0 0.44 0.61 0.07
HSL 16.55º 0.81% 0.65% -
HSV(B) 16.55º 0.61% 0.93% -
XYZ 45.62 35.74 14.85 -
YUV 159.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 238 133 93 0 0.44 0.61 0.07 16.55 0.81 0.65
Hex EE 85 5D 0 2C 3D 7 11 51 41
Octal 356 205 135 0 54 75 7 21 121 101
Binary 11101110 10000101 1011101 0 101100 111101 111 10001 1010001 1000001

Color Harmonies of #EE855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE855D

Black with #EE855D

Text Example


Text Example

White with #EE855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE855D; }

 p { color: rgb(238,133,93); }

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

background-color css

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

 a { background-color: rgb(238,133,93); }

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

border-color css

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

 span { border-color: rgb(238,133,93); }

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