Html Css Color HEX #EE8452 Crusta

📋 copy color: '#EE8452'

red 238 ◦ green 132 ◦ blue 82

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

Shades of Crusta #EE8452

Tints of Crusta #EE8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 52.65%
G = 29.2%
B = 18.14%

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

#EE8452 (or 0xEE8452) is known color: Crusta. HEX triplet: EE, 84 and 52. RGB value is (238,132,82). Sum of RGB (Red+Green+Blue) = 238+132+82=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8452 is #117BAD. Grayscale: #9E9E9E. Windows color (decimal): -1145774 or 5407982. OLE color: 5407982.

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

Color convert

RGB 238 132 82 -
CMYK 0 0.45 0.66 0.07
HSL 19.23º 0.82% 0.63% -
HSV(B) 19.23º 0.66% 0.93% -
XYZ 45.03 35.29 12.42 -
YUV 157.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 238 132 82 0 0.45 0.66 0.07 19.23 0.82 0.63
Hex EE 84 52 0 2D 42 7 13 52 3F
Octal 356 204 122 0 55 102 7 23 122 77
Binary 11101110 10000100 1010010 0 101101 1000010 111 10011 1010010 111111

Color Harmonies of #EE8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8452

Black with #EE8452

Text Example


Text Example

White with #EE8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8452; }

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

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

background-color css

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

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

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

border-color css

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

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

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