Html Css Color HEX #EEC550 Cream Can

📋 copy color: '#EEC550'

red 238 ◦ green 197 ◦ blue 80

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

Shades of Cream Can #EEC550

Tints of Cream Can #EEC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 46.21%
G = 38.25%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEC550 (or 0xEEC550) is known color: Cream Can. HEX triplet: EE, C5 and 50. RGB value is (238,197,80). Sum of RGB (Red+Green+Blue) = 238+197+80=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC550 is #113AAF. Grayscale: #C4C4C4. Windows color (decimal): -1129136 or 5293550. OLE color: 5293550.

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

Color convert

RGB 238 197 80 -
CMYK 0 0.17 0.66 0.07
HSL 44.43º 0.82% 0.62% -
HSV(B) 44.43º 0.66% 0.93% -
XYZ 56.67 58.69 15.93 -
YUV 195.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 238 197 80 0 0.17 0.66 0.07 44.43 0.82 0.62
Hex EE C5 50 0 11 42 7 2C 52 3E
Octal 356 305 120 0 21 102 7 54 122 76
Binary 11101110 11000101 1010000 0 10001 1000010 111 101100 1010010 111110

Color Harmonies of #EEC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC550

Black with #EEC550

Text Example


Text Example

White with #EEC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC550; }

 p { color: rgb(238,197,80); }

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

background-color css

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

 a { background-color: rgb(238,197,80); }

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

border-color css

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

 span { border-color: rgb(238,197,80); }

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