Html Css Color HEX #EDC554 Cream Can

📋 copy color: '#EDC554'

red 237 ◦ green 197 ◦ blue 84

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

Shades of Cream Can #EDC554

Tints of Cream Can #EDC554

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 45.75%
G = 38.03%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC554 (or 0xEDC554) is known color: Cream Can. HEX triplet: ED, C5 and 54. RGB value is (237,197,84). Sum of RGB (Red+Green+Blue) = 237+197+84=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC554 is #123AAB. Grayscale: #C4C4C4. Windows color (decimal): -1194668 or 5555693. OLE color: 5555693.

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

Color convert

RGB 237 197 84 -
CMYK 0 0.17 0.65 0.07
HSL 44.31º 0.81% 0.63% -
HSV(B) 44.31º 0.65% 0.93% -
XYZ 56.49 58.58 16.72 -
YUV 196.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 237 197 84 0 0.17 0.65 0.07 44.31 0.81 0.63
Hex ED C5 54 0 11 41 7 2C 51 3F
Octal 355 305 124 0 21 101 7 54 121 77
Binary 11101101 11000101 1010100 0 10001 1000001 111 101100 1010001 111111

Color Harmonies of #EDC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC554

Black with #EDC554

Text Example


Text Example

White with #EDC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC554; }

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

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

background-color css

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

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

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

border-color css

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

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

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