Html Css Color HEX #EDC054 Cream Can

📋 copy color: '#EDC054'

red 237 ◦ green 192 ◦ blue 84

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

Shades of Cream Can #EDC054

Tints of Cream Can #EDC054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 46.2%
G = 37.43%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC054 (or 0xEDC054) is known color: Cream Can. HEX triplet: ED, C0 and 54. RGB value is (237,192,84). Sum of RGB (Red+Green+Blue) = 237+192+84=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC054 is #123FAB. Grayscale: #C1C1C1. Windows color (decimal): -1195948 or 5554413. OLE color: 5554413.

HSL color Cylindrical-coordinate representation of color #EDC054: hue angle of 42.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC054 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 84 -
CMYK 0 0.19 0.65 0.07
HSL 42.35º 0.81% 0.63% -
HSV(B) 42.35º 0.65% 0.93% -
XYZ 55.37 56.34 16.34 -
YUV 193.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 237 192 84 0 0.19 0.65 0.07 42.35 0.81 0.63
Hex ED C0 54 0 13 41 7 2A 51 3F
Octal 355 300 124 0 23 101 7 52 121 77
Binary 11101101 11000000 1010100 0 10011 1000001 111 101010 1010001 111111

Color Harmonies of #EDC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC054

Black with #EDC054

Text Example


Text Example

White with #EDC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC054; }

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

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

background-color css

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

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

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

border-color css

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

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

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