Html Css Color HEX #EDC857 Cream Can

📋 copy color: '#EDC857'

red 237 ◦ green 200 ◦ blue 87

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

Shades of Cream Can #EDC857

Tints of Cream Can #EDC857

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

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

R = 45.23%
G = 38.17%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC857 (or 0xEDC857) is known color: Cream Can. HEX triplet: ED, C8 and 57. RGB value is (237,200,87). Sum of RGB (Red+Green+Blue) = 237+200+87=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC857 is #1237A8. Grayscale: #C6C6C6. Windows color (decimal): -1193897 or 5753069. OLE color: 5753069.

HSL color Cylindrical-coordinate representation of color #EDC857: hue angle of 45.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 #EDC857 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 87 -
CMYK 0 0.16 0.63 0.07
HSL 45.2º 0.81% 0.64% -
HSV(B) 45.2º 0.63% 0.93% -
XYZ 57.3 60 17.58 -
YUV 198.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 237 200 87 0 0.16 0.63 0.07 45.2 0.81 0.64
Hex ED C8 57 0 10 3F 7 2D 51 40
Octal 355 310 127 0 20 77 7 55 121 100
Binary 11101101 11001000 1010111 0 10000 111111 111 101101 1010001 1000000

Color Harmonies of #EDC857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC857

Black with #EDC857

Text Example


Text Example

White with #EDC857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC857; }

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

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

background-color css

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

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

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

border-color css

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

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

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