Html Css Color HEX #EE8360 Crusta

📋 copy color: '#EE8360'

red 238 ◦ green 131 ◦ blue 96

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

Shades of Crusta #EE8360

Tints of Crusta #EE8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 51.18%
G = 28.17%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE8360 (or 0xEE8360) is known color: Crusta. HEX triplet: EE, 83 and 60. RGB value is (238,131,96). Sum of RGB (Red+Green+Blue) = 238+131+96=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8360 is #117C9F. Grayscale: #9F9F9F. Windows color (decimal): -1146016 or 6325230. OLE color: 6325230.

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

Color convert

RGB 238 131 96 -
CMYK 0 0.45 0.60 0.07
HSL 14.79º 0.81% 0.65% -
HSV(B) 14.79º 0.6% 0.93% -
XYZ 45.49 35.25 15.47 -
YUV 159 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 238 131 96 0 0.45 0.60 0.07 14.79 0.81 0.65
Hex EE 83 60 0 2D 3C 7 F 51 41
Octal 356 203 140 0 55 74 7 17 121 101
Binary 11101110 10000011 1100000 0 101101 111100 111 1111 1010001 1000001

Color Harmonies of #EE8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8360

Black with #EE8360

Text Example


Text Example

White with #EE8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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