Html Css Color HEX #EDC246 Cream Can

📋 copy color: '#EDC246'

red 237 ◦ green 194 ◦ blue 70

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

Shades of Cream Can #EDC246

Tints of Cream Can #EDC246

RGB

 RED value IS 237 (92.97% from 255) = 47.31%

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 47.31%
G = 38.72%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC246 (or 0xEDC246) is known color: Cream Can. HEX triplet: ED, C2 and 46. RGB value is (237,194,70). Sum of RGB (Red+Green+Blue) = 237+194+70=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC246 is #123DB9. Grayscale: #C1C1C1. Windows color (decimal): -1195450 or 4637421. OLE color: 4637421.

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

Color convert

RGB 237 194 70 -
CMYK 0 0.18 0.70 0.07
HSL 44.55º 0.82% 0.6% -
HSV(B) 44.55º 0.7% 0.93% -
XYZ 55.32 57.03 13.89 -
YUV 192.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 237 194 70 0 0.18 0.70 0.07 44.55 0.82 0.6
Hex ED C2 46 0 12 46 7 2D 52 3C
Octal 355 302 106 0 22 106 7 55 122 74
Binary 11101101 11000010 1000110 0 10010 1000110 111 101101 1010010 111100

Color Harmonies of #EDC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC246

Black with #EDC246

Text Example


Text Example

White with #EDC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC246; }

 p { color: rgb(237,194,70); }

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

background-color css

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

 a { background-color: rgb(237,194,70); }

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

border-color css

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

 span { border-color: rgb(237,194,70); }

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