Html Css Color HEX #EE8058 Crusta

📋 copy color: '#EE8058'

red 238 ◦ green 128 ◦ blue 88

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

Shades of Crusta #EE8058

Tints of Crusta #EE8058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 88 (34.77% from 255) = 19.38%

R = 52.42%
G = 28.19%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE8058 (or 0xEE8058) is known color: Crusta. HEX triplet: EE, 80 and 58. RGB value is (238,128,88). Sum of RGB (Red+Green+Blue) = 238+128+88=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8058 is #117FA7. Grayscale: #9C9C9C. Windows color (decimal): -1146792 or 5800174. OLE color: 5800174.

HSL color Cylindrical-coordinate representation of color #EE8058: hue angle of 16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE8058 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 88 -
CMYK 0 0.46 0.63 0.07
HSL 16º 0.82% 0.64% -
HSV(B) 16º 0.63% 0.93% -
XYZ 44.74 34.32 13.5 -
YUV 156.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 238 128 88 0 0.46 0.63 0.07 16 0.82 0.64
Hex EE 80 58 0 2E 3F 7 10 52 40
Octal 356 200 130 0 56 77 7 20 122 100
Binary 11101110 10000000 1011000 0 101110 111111 111 10000 1010010 1000000

Color Harmonies of #EE8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8058

Black with #EE8058

Text Example


Text Example

White with #EE8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8058; }

 p { color: rgb(238,128,88); }

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

background-color css

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

 a { background-color: rgb(238,128,88); }

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

border-color css

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

 span { border-color: rgb(238,128,88); }

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