Html Css Color HEX #EE8258 Crusta

📋 copy color: '#EE8258'

red 238 ◦ green 130 ◦ blue 88

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

Shades of Crusta #EE8258

Tints of Crusta #EE8258

RGB

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

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

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

R = 52.19%
G = 28.51%
B = 19.3%

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

#EE8258 (or 0xEE8258) is known color: Crusta. HEX triplet: EE, 82 and 58. RGB value is (238,130,88). Sum of RGB (Red+Green+Blue) = 238+130+88=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8258 is #117DA7. Grayscale: #9D9D9D. Windows color (decimal): -1146280 or 5800686. OLE color: 5800686.

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

Color convert

RGB 238 130 88 -
CMYK 0 0.45 0.63 0.07
HSL 16.8º 0.82% 0.64% -
HSV(B) 16.8º 0.63% 0.93% -
XYZ 45 34.85 13.59 -
YUV 157.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 238 130 88 0 0.45 0.63 0.07 16.8 0.82 0.64
Hex EE 82 58 0 2D 3F 7 11 52 40
Octal 356 202 130 0 55 77 7 21 122 100
Binary 11101110 10000010 1011000 0 101101 111111 111 10001 1010010 1000000

Color Harmonies of #EE8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8258

Black with #EE8258

Text Example


Text Example

White with #EE8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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