Html Css Color HEX #EE8352 Crusta

📋 copy color: '#EE8352'

red 238 ◦ green 131 ◦ blue 82

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

Shades of Crusta #EE8352

Tints of Crusta #EE8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 52.77%
G = 29.05%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE8352 (or 0xEE8352) is known color: Crusta. HEX triplet: EE, 83 and 52. RGB value is (238,131,82). Sum of RGB (Red+Green+Blue) = 238+131+82=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8352 is #117CAD. Grayscale: #9D9D9D. Windows color (decimal): -1146030 or 5407726. OLE color: 5407726.

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

Color convert

RGB 238 131 82 -
CMYK 0 0.45 0.66 0.07
HSL 18.85º 0.82% 0.63% -
HSV(B) 18.85º 0.66% 0.93% -
XYZ 44.9 35.02 12.38 -
YUV 157.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 238 131 82 0 0.45 0.66 0.07 18.85 0.82 0.63
Hex EE 83 52 0 2D 42 7 13 52 3F
Octal 356 203 122 0 55 102 7 23 122 77
Binary 11101110 10000011 1010010 0 101101 1000010 111 10011 1010010 111111

Color Harmonies of #EE8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8352

Black with #EE8352

Text Example


Text Example

White with #EE8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8352; }

 p { color: rgb(238,131,82); }

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

background-color css

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

 a { background-color: rgb(238,131,82); }

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

border-color css

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

 span { border-color: rgb(238,131,82); }

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