Html Css Color HEX #EDC757 Cream Can

📋 copy color: '#EDC757'

red 237 ◦ green 199 ◦ blue 87

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

Shades of Cream Can #EDC757

Tints of Cream Can #EDC757

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

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

R = 45.32%
G = 38.05%
B = 16.63%

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

#EDC757 (or 0xEDC757) is known color: Cream Can. HEX triplet: ED, C7 and 57. RGB value is (237,199,87). Sum of RGB (Red+Green+Blue) = 237+199+87=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC757 is #1238A8. Grayscale: #C6C6C6. Windows color (decimal): -1194153 or 5752813. OLE color: 5752813.

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

Color convert

RGB 237 199 87 -
CMYK 0 0.16 0.63 0.07
HSL 44.8º 0.81% 0.64% -
HSV(B) 44.8º 0.63% 0.93% -
XYZ 57.07 59.54 17.5 -
YUV 197.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 237 199 87 0 0.16 0.63 0.07 44.8 0.81 0.64
Hex ED C7 57 0 10 3F 7 2D 51 40
Octal 355 307 127 0 20 77 7 55 121 100
Binary 11101101 11000111 1010111 0 10000 111111 111 101101 1010001 1000000

Color Harmonies of #EDC757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC757

Black with #EDC757

Text Example


Text Example

White with #EDC757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC757; }

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

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

background-color css

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

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

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

border-color css

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

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

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