Html Css Color HEX #EE805C Crusta

📋 copy color: '#EE805C'

red 238 ◦ green 128 ◦ blue 92

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

Shades of Crusta #EE805C

Tints of Crusta #EE805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 92 (36.33% from 255) = 20.09%

R = 51.97%
G = 27.95%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE805C (or 0xEE805C) is known color: Crusta. HEX triplet: EE, 80 and 5C. RGB value is (238,128,92). Sum of RGB (Red+Green+Blue) = 238+128+92=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE805C is #117FA3. Grayscale: #9D9D9D. Windows color (decimal): -1146788 or 6062318. OLE color: 6062318.

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

Color convert

RGB 238 128 92 -
CMYK 0 0.46 0.61 0.07
HSL 14.79º 0.81% 0.65% -
HSV(B) 14.79º 0.61% 0.93% -
XYZ 44.91 34.39 14.4 -
YUV 156.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 238 128 92 0 0.46 0.61 0.07 14.79 0.81 0.65
Hex EE 80 5C 0 2E 3D 7 F 51 41
Octal 356 200 134 0 56 75 7 17 121 101
Binary 11101110 10000000 1011100 0 101110 111101 111 1111 1010001 1000001

Color Harmonies of #EE805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE805C

Black with #EE805C

Text Example


Text Example

White with #EE805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE805C; }

 p { color: rgb(238,128,92); }

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

background-color css

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

 a { background-color: rgb(238,128,92); }

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

border-color css

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

 span { border-color: rgb(238,128,92); }

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