Html Css Color HEX #EDC247 Cream Can

📋 copy color: '#EDC247'

red 237 ◦ green 194 ◦ blue 71

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

Shades of Cream Can #EDC247

Tints of Cream Can #EDC247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.14%

R = 47.21%
G = 38.65%
B = 14.14%

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

#EDC247 (or 0xEDC247) is known color: Cream Can. HEX triplet: ED, C2 and 47. RGB value is (237,194,71). Sum of RGB (Red+Green+Blue) = 237+194+71=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC247 is #123DB8. Grayscale: #C1C1C1. Windows color (decimal): -1195449 or 4702957. OLE color: 4702957.

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

Color convert

RGB 237 194 71 -
CMYK 0 0.18 0.70 0.07
HSL 44.46º 0.82% 0.6% -
HSV(B) 44.46º 0.7% 0.93% -
XYZ 55.35 57.04 14.05 -
YUV 192.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 237 194 71 0 0.18 0.70 0.07 44.46 0.82 0.6
Hex ED C2 47 0 12 46 7 2C 52 3C
Octal 355 302 107 0 22 106 7 54 122 74
Binary 11101101 11000010 1000111 0 10010 1000110 111 101100 1010010 111100

Color Harmonies of #EDC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC247

Black with #EDC247

Text Example


Text Example

White with #EDC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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