Html Css Color HEX #EDC449 Cream Can

📋 copy color: '#EDC449'

red 237 ◦ green 196 ◦ blue 73

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

Shades of Cream Can #EDC449

Tints of Cream Can #EDC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

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

R = 46.84%
G = 38.74%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC449 (or 0xEDC449) is known color: Cream Can. HEX triplet: ED, C4 and 49. RGB value is (237,196,73). Sum of RGB (Red+Green+Blue) = 237+196+73=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC449 is #123BB6. Grayscale: #C2C2C2. Windows color (decimal): -1194935 or 4834541. OLE color: 4834541.

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

Color convert

RGB 237 196 73 -
CMYK 0 0.17 0.69 0.07
HSL 45º 0.82% 0.61% -
HSV(B) 45º 0.69% 0.93% -
XYZ 55.87 57.97 14.55 -
YUV 194.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 237 196 73 0 0.17 0.69 0.07 45 0.82 0.61
Hex ED C4 49 0 11 45 7 2D 52 3D
Octal 355 304 111 0 21 105 7 55 122 75
Binary 11101101 11000100 1001001 0 10001 1000101 111 101101 1010010 111101

Color Harmonies of #EDC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC449

Black with #EDC449

Text Example


Text Example

White with #EDC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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