Html Css Color HEX #EDBE56 Cream Can

📋 copy color: '#EDBE56'

red 237 ◦ green 190 ◦ blue 86

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

Shades of Cream Can #EDBE56

Tints of Cream Can #EDBE56

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

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

R = 46.2%
G = 37.04%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDBE56 (or 0xEDBE56) is known color: Cream Can. HEX triplet: ED, BE and 56. RGB value is (237,190,86). Sum of RGB (Red+Green+Blue) = 237+190+86=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE56 is #1241A9. Grayscale: #C0C0C0. Windows color (decimal): -1196458 or 5684973. OLE color: 5684973.

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

Color convert

RGB 237 190 86 -
CMYK 0 0.20 0.64 0.07
HSL 41.32º 0.81% 0.63% -
HSV(B) 41.32º 0.64% 0.93% -
XYZ 55.02 55.5 16.62 -
YUV 192.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 237 190 86 0 0.20 0.64 0.07 41.32 0.81 0.63
Hex ED BE 56 0 14 40 7 29 51 3F
Octal 355 276 126 0 24 100 7 51 121 77
Binary 11101101 10111110 1010110 0 10100 1000000 111 101001 1010001 111111

Color Harmonies of #EDBE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE56

Black with #EDBE56

Text Example


Text Example

White with #EDBE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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