Html Css Color HEX #EDC552 Cream Can

📋 copy color: '#EDC552'

red 237 ◦ green 197 ◦ blue 82

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

Shades of Cream Can #EDC552

Tints of Cream Can #EDC552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.89%

R = 45.93%
G = 38.18%
B = 15.89%

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

#EDC552 (or 0xEDC552) is known color: Cream Can. HEX triplet: ED, C5 and 52. RGB value is (237,197,82). Sum of RGB (Red+Green+Blue) = 237+197+82=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC552 is #123AAD. Grayscale: #C4C4C4. Windows color (decimal): -1194670 or 5424621. OLE color: 5424621.

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

Color convert

RGB 237 197 82 -
CMYK 0 0.17 0.65 0.07
HSL 44.52º 0.81% 0.63% -
HSV(B) 44.52º 0.65% 0.93% -
XYZ 56.41 58.55 16.31 -
YUV 195.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 237 197 82 0 0.17 0.65 0.07 44.52 0.81 0.63
Hex ED C5 52 0 11 41 7 2D 51 3F
Octal 355 305 122 0 21 101 7 55 121 77
Binary 11101101 11000101 1010010 0 10001 1000001 111 101101 1010001 111111

Color Harmonies of #EDC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC552

Black with #EDC552

Text Example


Text Example

White with #EDC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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