Html Css Color HEX #EE8F52 Crusta

📋 copy color: '#EE8F52'

red 238 ◦ green 143 ◦ blue 82

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

Shades of Crusta #EE8F52

Tints of Crusta #EE8F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 51.4%
G = 30.89%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE8F52 (or 0xEE8F52) is known color: Crusta. HEX triplet: EE, 8F and 52. RGB value is (238,143,82). Sum of RGB (Red+Green+Blue) = 238+143+82=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F52 is #1170AD. Grayscale: #A4A4A4. Windows color (decimal): -1142958 or 5410798. OLE color: 5410798.

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

Color convert

RGB 238 143 82 -
CMYK 0 0.40 0.66 0.07
HSL 23.46º 0.82% 0.63% -
HSV(B) 23.46º 0.66% 0.93% -
XYZ 46.61 38.43 12.94 -
YUV 164.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 238 143 82 0 0.40 0.66 0.07 23.46 0.82 0.63
Hex EE 8F 52 0 28 42 7 17 52 3F
Octal 356 217 122 0 50 102 7 27 122 77
Binary 11101110 10001111 1010010 0 101000 1000010 111 10111 1010010 111111

Color Harmonies of #EE8F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8F52

Black with #EE8F52

Text Example


Text Example

White with #EE8F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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