Html Css Color HEX #EE8253 Crusta

📋 copy color: '#EE8253'

red 238 ◦ green 130 ◦ blue 83

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

Shades of Crusta #EE8253

Tints of Crusta #EE8253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 52.77%
G = 28.82%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE8253 (or 0xEE8253) is known color: Crusta. HEX triplet: EE, 82 and 53. RGB value is (238,130,83). Sum of RGB (Red+Green+Blue) = 238+130+83=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8253 is #117DAC. Grayscale: #9D9D9D. Windows color (decimal): -1146285 or 5473006. OLE color: 5473006.

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

Color convert

RGB 238 130 83 -
CMYK 0 0.45 0.65 0.07
HSL 18.19º 0.82% 0.63% -
HSV(B) 18.19º 0.65% 0.93% -
XYZ 44.8 34.77 12.53 -
YUV 156.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 238 130 83 0 0.45 0.65 0.07 18.19 0.82 0.63
Hex EE 82 53 0 2D 41 7 12 52 3F
Octal 356 202 123 0 55 101 7 22 122 77
Binary 11101110 10000010 1010011 0 101101 1000001 111 10010 1010010 111111

Color Harmonies of #EE8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8253

Black with #EE8253

Text Example


Text Example

White with #EE8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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