Html Css Color HEX #EE8F5D Crusta

📋 copy color: '#EE8F5D'

red 238 ◦ green 143 ◦ blue 93

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

Shades of Crusta #EE8F5D

Tints of Crusta #EE8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 50.21%
G = 30.17%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE8F5D (or 0xEE8F5D) is known color: Crusta. HEX triplet: EE, 8F and 5D. RGB value is (238,143,93). Sum of RGB (Red+Green+Blue) = 238+143+93=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F5D is #1170A2. Grayscale: #A5A5A5. Windows color (decimal): -1142947 or 6131694. OLE color: 6131694.

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

Color convert

RGB 238 143 93 -
CMYK 0 0.40 0.61 0.07
HSL 20.69º 0.81% 0.65% -
HSV(B) 20.69º 0.61% 0.93% -
XYZ 47.06 38.61 15.33 -
YUV 165.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 238 143 93 0 0.40 0.61 0.07 20.69 0.81 0.65
Hex EE 8F 5D 0 28 3D 7 15 51 41
Octal 356 217 135 0 50 75 7 25 121 101
Binary 11101110 10001111 1011101 0 101000 111101 111 10101 1010001 1000001

Color Harmonies of #EE8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8F5D

Black with #EE8F5D

Text Example


Text Example

White with #EE8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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