Html Css Color HEX #EDC047 Cream Can

📋 copy color: '#EDC047'

red 237 ◦ green 192 ◦ blue 71

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

Shades of Cream Can #EDC047

Tints of Cream Can #EDC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 47.4%
G = 38.4%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC047 (or 0xEDC047) is known color: Cream Can. HEX triplet: ED, C0 and 47. RGB value is (237,192,71). Sum of RGB (Red+Green+Blue) = 237+192+71=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC047 is #123FB8. Grayscale: #C0C0C0. Windows color (decimal): -1195961 or 4702445. OLE color: 4702445.

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

Color convert

RGB 237 192 71 -
CMYK 0 0.19 0.70 0.07
HSL 43.73º 0.82% 0.6% -
HSV(B) 43.73º 0.7% 0.93% -
XYZ 54.91 56.16 13.91 -
YUV 191.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 237 192 71 0 0.19 0.70 0.07 43.73 0.82 0.6
Hex ED C0 47 0 13 46 7 2C 52 3C
Octal 355 300 107 0 23 106 7 54 122 74
Binary 11101101 11000000 1000111 0 10011 1000110 111 101100 1010010 111100

Color Harmonies of #EDC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC047

Black with #EDC047

Text Example


Text Example

White with #EDC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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