Html Css Color HEX #EDC457 Cream Can

📋 copy color: '#EDC457'

red 237 ◦ green 196 ◦ blue 87

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

Shades of Cream Can #EDC457

Tints of Cream Can #EDC457

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

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

R = 45.58%
G = 37.69%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC457 (or 0xEDC457) is known color: Cream Can. HEX triplet: ED, C4 and 57. RGB value is (237,196,87). Sum of RGB (Red+Green+Blue) = 237+196+87=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC457 is #123BA8. Grayscale: #C4C4C4. Windows color (decimal): -1194921 or 5752045. OLE color: 5752045.

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

Color convert

RGB 237 196 87 -
CMYK 0 0.17 0.63 0.07
HSL 43.6º 0.81% 0.64% -
HSV(B) 43.6º 0.63% 0.93% -
XYZ 56.39 58.17 17.27 -
YUV 195.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 237 196 87 0 0.17 0.63 0.07 43.6 0.81 0.64
Hex ED C4 57 0 11 3F 7 2C 51 40
Octal 355 304 127 0 21 77 7 54 121 100
Binary 11101101 11000100 1010111 0 10001 111111 111 101100 1010001 1000000

Color Harmonies of #EDC457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC457

Black with #EDC457

Text Example


Text Example

White with #EDC457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC457; }

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

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

background-color css

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

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

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

border-color css

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

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

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