Html Css Color HEX #EDBF57 Cream Can

📋 copy color: '#EDBF57'

red 237 ◦ green 191 ◦ blue 87

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

Shades of Cream Can #EDBF57

Tints of Cream Can #EDBF57

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

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

R = 46.02%
G = 37.09%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDBF57 (or 0xEDBF57) is known color: Cream Can. HEX triplet: ED, BF and 57. RGB value is (237,191,87). Sum of RGB (Red+Green+Blue) = 237+191+87=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF57 is #1240A8. Grayscale: #C1C1C1. Windows color (decimal): -1196201 or 5750765. OLE color: 5750765.

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

Color convert

RGB 237 191 87 -
CMYK 0 0.19 0.63 0.07
HSL 41.6º 0.81% 0.64% -
HSV(B) 41.6º 0.63% 0.93% -
XYZ 55.28 55.95 16.9 -
YUV 192.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 237 191 87 0 0.19 0.63 0.07 41.6 0.81 0.64
Hex ED BF 57 0 13 3F 7 2A 51 40
Octal 355 277 127 0 23 77 7 52 121 100
Binary 11101101 10111111 1010111 0 10011 111111 111 101010 1010001 1000000

Color Harmonies of #EDBF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF57

Black with #EDBF57

Text Example


Text Example

White with #EDBF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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