Html Css Color HEX #EDC956 Cream Can

📋 copy color: '#EDC956'

red 237 ◦ green 201 ◦ blue 86

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

Shades of Cream Can #EDC956

Tints of Cream Can #EDC956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.41%

R = 45.23%
G = 38.36%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC956 (or 0xEDC956) is known color: Cream Can. HEX triplet: ED, C9 and 56. RGB value is (237,201,86). Sum of RGB (Red+Green+Blue) = 237+201+86=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC956 is #1236A9. Grayscale: #C7C7C7. Windows color (decimal): -1193642 or 5687789. OLE color: 5687789.

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

Color convert

RGB 237 201 86 -
CMYK 0 0.15 0.64 0.07
HSL 45.7º 0.81% 0.63% -
HSV(B) 45.7º 0.64% 0.93% -
XYZ 57.49 60.45 17.44 -
YUV 198.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 237 201 86 0 0.15 0.64 0.07 45.7 0.81 0.63
Hex ED C9 56 0 F 40 7 2E 51 3F
Octal 355 311 126 0 17 100 7 56 121 77
Binary 11101101 11001001 1010110 0 1111 1000000 111 101110 1010001 111111

Color Harmonies of #EDC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC956

Black with #EDC956

Text Example


Text Example

White with #EDC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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