Html Css Color HEX #EDBE57 Cream Can

📋 copy color: '#EDBE57'

red 237 ◦ green 190 ◦ blue 87

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

Shades of Cream Can #EDBE57

Tints of Cream Can #EDBE57

RGB

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

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

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

R = 46.11%
G = 36.96%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDBE57 (or 0xEDBE57) is known color: Cream Can. HEX triplet: ED, BE and 57. RGB value is (237,190,87). Sum of RGB (Red+Green+Blue) = 237+190+87=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE57 is #1241A8. Grayscale: #C0C0C0. Windows color (decimal): -1196457 or 5750509. OLE color: 5750509.

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

Color convert

RGB 237 190 87 -
CMYK 0 0.20 0.63 0.07
HSL 41.2º 0.81% 0.64% -
HSV(B) 41.2º 0.63% 0.93% -
XYZ 55.06 55.52 16.83 -
YUV 192.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 237 190 87 0 0.20 0.63 0.07 41.2 0.81 0.64
Hex ED BE 57 0 14 3F 7 29 51 40
Octal 355 276 127 0 24 77 7 51 121 100
Binary 11101101 10111110 1010111 0 10100 111111 111 101001 1010001 1000000

Color Harmonies of #EDBE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE57

Black with #EDBE57

Text Example


Text Example

White with #EDBE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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