Html Css Color HEX #EE8259 Crusta

📋 copy color: '#EE8259'

red 238 ◦ green 130 ◦ blue 89

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

Shades of Crusta #EE8259

Tints of Crusta #EE8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 89 (35.16% from 255) = 19.47%

R = 52.08%
G = 28.45%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE8259 (or 0xEE8259) is known color: Crusta. HEX triplet: EE, 82 and 59. RGB value is (238,130,89). Sum of RGB (Red+Green+Blue) = 238+130+89=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8259 is #117DA6. Grayscale: #9D9D9D. Windows color (decimal): -1146279 or 5866222. OLE color: 5866222.

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

Color convert

RGB 238 130 89 -
CMYK 0 0.45 0.63 0.07
HSL 16.51º 0.81% 0.64% -
HSV(B) 16.51º 0.63% 0.93% -
XYZ 45.05 34.86 13.81 -
YUV 157.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 238 130 89 0 0.45 0.63 0.07 16.51 0.81 0.64
Hex EE 82 59 0 2D 3F 7 11 51 40
Octal 356 202 131 0 55 77 7 21 121 100
Binary 11101110 10000010 1011001 0 101101 111111 111 10001 1010001 1000000

Color Harmonies of #EE8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8259

Black with #EE8259

Text Example


Text Example

White with #EE8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8259; }

 p { color: rgb(238,130,89); }

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

background-color css

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

 a { background-color: rgb(238,130,89); }

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

border-color css

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

 span { border-color: rgb(238,130,89); }

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