Html Css Color HEX #EDC249 Cream Can

📋 copy color: '#EDC249'

red 237 ◦ green 194 ◦ blue 73

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

Shades of Cream Can #EDC249

Tints of Cream Can #EDC249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.48%

R = 47.02%
G = 38.49%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC249 (or 0xEDC249) is known color: Cream Can. HEX triplet: ED, C2 and 49. RGB value is (237,194,73). Sum of RGB (Red+Green+Blue) = 237+194+73=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC249 is #123DB6. Grayscale: #C1C1C1. Windows color (decimal): -1195447 or 4834029. OLE color: 4834029.

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

Color convert

RGB 237 194 73 -
CMYK 0 0.18 0.69 0.07
HSL 44.27º 0.82% 0.61% -
HSV(B) 44.27º 0.69% 0.93% -
XYZ 55.42 57.07 14.4 -
YUV 193.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 237 194 73 0 0.18 0.69 0.07 44.27 0.82 0.61
Hex ED C2 49 0 12 45 7 2C 52 3D
Octal 355 302 111 0 22 105 7 54 122 75
Binary 11101101 11000010 1001001 0 10010 1000101 111 101100 1010010 111101

Color Harmonies of #EDC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC249

Black with #EDC249

Text Example


Text Example

White with #EDC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC249; }

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

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

background-color css

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

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

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

border-color css

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

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

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