Html Css Color HEX #EE8465 Crusta

📋 copy color: '#EE8465'

red 238 ◦ green 132 ◦ blue 101

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

Shades of Crusta #EE8465

Tints of Crusta #EE8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 50.53%
G = 28.03%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE8465 (or 0xEE8465) is known color: Crusta. HEX triplet: EE, 84 and 65. RGB value is (238,132,101). Sum of RGB (Red+Green+Blue) = 238+132+101=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8465 is #117B9A. Grayscale: #A0A0A0. Windows color (decimal): -1145755 or 6653166. OLE color: 6653166.

HSL color Cylindrical-coordinate representation of color #EE8465: hue angle of 13.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE8465 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 132 101 -
CMYK 0 0.45 0.58 0.07
HSL 13.58º 0.8% 0.66% -
HSV(B) 13.58º 0.58% 0.93% -
XYZ 45.86 35.62 16.77 -
YUV 160.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 238 132 101 0 0.45 0.58 0.07 13.58 0.8 0.66
Hex EE 84 65 0 2D 3A 7 E 50 42
Octal 356 204 145 0 55 72 7 16 120 102
Binary 11101110 10000100 1100101 0 101101 111010 111 1110 1010000 1000010

Color Harmonies of #EE8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8465

Black with #EE8465

Text Example


Text Example

White with #EE8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8465; }

 p { color: rgb(238,132,101); }

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

background-color css

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

 a { background-color: rgb(238,132,101); }

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

border-color css

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

 span { border-color: rgb(238,132,101); }

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