Html Css Color HEX #EE8461 Crusta

📋 copy color: '#EE8461'

red 238 ◦ green 132 ◦ blue 97

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

Shades of Crusta #EE8461

Tints of Crusta #EE8461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.77%

R = 50.96%
G = 28.27%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE8461 (or 0xEE8461) is known color: Crusta. HEX triplet: EE, 84 and 61. RGB value is (238,132,97). Sum of RGB (Red+Green+Blue) = 238+132+97=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8461 is #117B9E. Grayscale: #9F9F9F. Windows color (decimal): -1145759 or 6391022. OLE color: 6391022.

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

Color convert

RGB 238 132 97 -
CMYK 0 0.45 0.59 0.07
HSL 14.89º 0.81% 0.66% -
HSV(B) 14.89º 0.59% 0.93% -
XYZ 45.67 35.54 15.76 -
YUV 159.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 238 132 97 0 0.45 0.59 0.07 14.89 0.81 0.66
Hex EE 84 61 0 2D 3B 7 F 51 42
Octal 356 204 141 0 55 73 7 17 121 102
Binary 11101110 10000100 1100001 0 101101 111011 111 1111 1010001 1000010

Color Harmonies of #EE8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8461

Black with #EE8461

Text Example


Text Example

White with #EE8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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