Html Css Color HEX #EDC357 Cream Can

📋 copy color: '#EDC357'

red 237 ◦ green 195 ◦ blue 87

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

Shades of Cream Can #EDC357

Tints of Cream Can #EDC357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.76%

R = 45.66%
G = 37.57%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC357 (or 0xEDC357) is known color: Cream Can. HEX triplet: ED, C3 and 57. RGB value is (237,195,87). Sum of RGB (Red+Green+Blue) = 237+195+87=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC357 is #123CA8. Grayscale: #C3C3C3. Windows color (decimal): -1195177 or 5751789. OLE color: 5751789.

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

Color convert

RGB 237 195 87 -
CMYK 0 0.18 0.63 0.07
HSL 43.2º 0.81% 0.64% -
HSV(B) 43.2º 0.63% 0.93% -
XYZ 56.16 57.72 17.2 -
YUV 195.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 237 195 87 0 0.18 0.63 0.07 43.2 0.81 0.64
Hex ED C3 57 0 12 3F 7 2B 51 40
Octal 355 303 127 0 22 77 7 53 121 100
Binary 11101101 11000011 1010111 0 10010 111111 111 101011 1010001 1000000

Color Harmonies of #EDC357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC357

Black with #EDC357

Text Example


Text Example

White with #EDC357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC357; }

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

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

background-color css

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

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

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

border-color css

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

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

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