Html Css Color HEX #EDC355 Cream Can

📋 copy color: '#EDC355'

red 237 ◦ green 195 ◦ blue 85

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

Shades of Cream Can #EDC355

Tints of Cream Can #EDC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.72%

 BLUE value IS 85 (33.59% from 255) = 16.44%

R = 45.84%
G = 37.72%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC355 (or 0xEDC355) is known color: Cream Can. HEX triplet: ED, C3 and 55. RGB value is (237,195,85). Sum of RGB (Red+Green+Blue) = 237+195+85=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC355 is #123CAA. Grayscale: #C3C3C3. Windows color (decimal): -1195179 or 5620717. OLE color: 5620717.

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

Color convert

RGB 237 195 85 -
CMYK 0 0.18 0.64 0.07
HSL 43.42º 0.81% 0.63% -
HSV(B) 43.42º 0.64% 0.93% -
XYZ 56.08 57.69 16.77 -
YUV 195.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 237 195 85 0 0.18 0.64 0.07 43.42 0.81 0.63
Hex ED C3 55 0 12 40 7 2B 51 3F
Octal 355 303 125 0 22 100 7 53 121 77
Binary 11101101 11000011 1010101 0 10010 1000000 111 101011 1010001 111111

Color Harmonies of #EDC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC355

Black with #EDC355

Text Example


Text Example

White with #EDC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC355; }

 p { color: rgb(237,195,85); }

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

background-color css

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

 a { background-color: rgb(237,195,85); }

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

border-color css

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

 span { border-color: rgb(237,195,85); }

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