Html Css Color HEX #EE8C60 Crusta

📋 copy color: '#EE8C60'

red 238 ◦ green 140 ◦ blue 96

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

Shades of Crusta #EE8C60

Tints of Crusta #EE8C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 50.21%
G = 29.54%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE8C60 (or 0xEE8C60) is known color: Crusta. HEX triplet: EE, 8C and 60. RGB value is (238,140,96). Sum of RGB (Red+Green+Blue) = 238+140+96=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C60 is #11739F. Grayscale: #A4A4A4. Windows color (decimal): -1143712 or 6327534. OLE color: 6327534.

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

Color convert

RGB 238 140 96 -
CMYK 0 0.41 0.60 0.07
HSL 18.59º 0.81% 0.65% -
HSV(B) 18.59º 0.6% 0.93% -
XYZ 46.75 37.78 15.89 -
YUV 164.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 238 140 96 0 0.41 0.60 0.07 18.59 0.81 0.65
Hex EE 8C 60 0 29 3C 7 13 51 41
Octal 356 214 140 0 51 74 7 23 121 101
Binary 11101110 10001100 1100000 0 101001 111100 111 10011 1010001 1000001

Color Harmonies of #EE8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C60

Black with #EE8C60

Text Example


Text Example

White with #EE8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C60; }

 p { color: rgb(238,140,96); }

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

background-color css

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

 a { background-color: rgb(238,140,96); }

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

border-color css

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

 span { border-color: rgb(238,140,96); }

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