Html Css Color HEX #EEC346 Cream Can

📋 copy color: '#EEC346'

red 238 ◦ green 195 ◦ blue 70

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

Shades of Cream Can #EEC346

Tints of Cream Can #EEC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

 BLUE value IS 70 (27.73% from 255) = 13.92%

R = 47.32%
G = 38.77%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEC346 (or 0xEEC346) is known color: Cream Can. HEX triplet: EE, C3 and 46. RGB value is (238,195,70). Sum of RGB (Red+Green+Blue) = 238+195+70=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC346 is #113CB9. Grayscale: #C2C2C2. Windows color (decimal): -1129658 or 4637678. OLE color: 4637678.

HSL color Cylindrical-coordinate representation of color #EEC346: hue angle of 44.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC346 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 70 -
CMYK 0 0.18 0.71 0.07
HSL 44.64º 0.83% 0.6% -
HSV(B) 44.64º 0.71% 0.93% -
XYZ 55.88 57.65 13.98 -
YUV 193.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 238 195 70 0 0.18 0.71 0.07 44.64 0.83 0.6
Hex EE C3 46 0 12 47 7 2D 53 3C
Octal 356 303 106 0 22 107 7 55 123 74
Binary 11101110 11000011 1000110 0 10010 1000111 111 101101 1010011 111100

Color Harmonies of #EEC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC346

Black with #EEC346

Text Example


Text Example

White with #EEC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC346; }

 p { color: rgb(238,195,70); }

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

background-color css

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

 a { background-color: rgb(238,195,70); }

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

border-color css

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

 span { border-color: rgb(238,195,70); }

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