Html Css Color HEX #EDC347 Cream Can

📋 copy color: '#EDC347'

red 237 ◦ green 195 ◦ blue 71

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

Shades of Cream Can #EDC347

Tints of Cream Can #EDC347

RGB

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

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

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

R = 47.12%
G = 38.77%
B = 14.12%

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

#EDC347 (or 0xEDC347) is known color: Cream Can. HEX triplet: ED, C3 and 47. RGB value is (237,195,71). Sum of RGB (Red+Green+Blue) = 237+195+71=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC347 is #123CB8. Grayscale: #C1C1C1. Windows color (decimal): -1195193 or 4703213. OLE color: 4703213.

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

Color convert

RGB 237 195 71 -
CMYK 0 0.18 0.70 0.07
HSL 44.82º 0.82% 0.6% -
HSV(B) 44.82º 0.7% 0.93% -
XYZ 55.58 57.49 14.13 -
YUV 193.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 237 195 71 0 0.18 0.70 0.07 44.82 0.82 0.6
Hex ED C3 47 0 12 46 7 2D 52 3C
Octal 355 303 107 0 22 106 7 55 122 74
Binary 11101101 11000011 1000111 0 10010 1000110 111 101101 1010010 111100

Color Harmonies of #EDC347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC347

Black with #EDC347

Text Example


Text Example

White with #EDC347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC347; }

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

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

background-color css

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

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

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

border-color css

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

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

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