Html Css Color HEX #EDC957 Cream Can

📋 copy color: '#EDC957'

red 237 ◦ green 201 ◦ blue 87

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

Shades of Cream Can #EDC957

Tints of Cream Can #EDC957

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

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

R = 45.14%
G = 38.29%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDC957 (or 0xEDC957) is known color: Cream Can. HEX triplet: ED, C9 and 57. RGB value is (237,201,87). Sum of RGB (Red+Green+Blue) = 237+201+87=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC957 is #1236A8. Grayscale: #C7C7C7. Windows color (decimal): -1193641 or 5753325. OLE color: 5753325.

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

Color convert

RGB 237 201 87 -
CMYK 0 0.15 0.63 0.07
HSL 45.6º 0.81% 0.64% -
HSV(B) 45.6º 0.63% 0.93% -
XYZ 57.53 60.47 17.66 -
YUV 198.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 237 201 87 0 0.15 0.63 0.07 45.6 0.81 0.64
Hex ED C9 57 0 F 3F 7 2E 51 40
Octal 355 311 127 0 17 77 7 56 121 100
Binary 11101101 11001001 1010111 0 1111 111111 111 101110 1010001 1000000

Color Harmonies of #EDC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC957

Black with #EDC957

Text Example


Text Example

White with #EDC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC957; }

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

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

background-color css

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

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

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

border-color css

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

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

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