Html Css Color HEX #EDBE5D Cream Can

📋 copy color: '#EDBE5D'

red 237 ◦ green 190 ◦ blue 93

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

Shades of Cream Can #EDBE5D

Tints of Cream Can #EDBE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 45.58%
G = 36.54%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDBE5D (or 0xEDBE5D) is known color: Cream Can. HEX triplet: ED, BE and 5D. RGB value is (237,190,93). Sum of RGB (Red+Green+Blue) = 237+190+93=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE5D is #1241A2. Grayscale: #C1C1C1. Windows color (decimal): -1196451 or 6143725. OLE color: 6143725.

HSL color Cylindrical-coordinate representation of color #EDBE5D: hue angle of 40.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDBE5D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 93 -
CMYK 0 0.20 0.61 0.07
HSL 40.42º 0.8% 0.65% -
HSV(B) 40.42º 0.61% 0.93% -
XYZ 55.31 55.62 18.18 -
YUV 193 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 237 190 93 0 0.20 0.61 0.07 40.42 0.8 0.65
Hex ED BE 5D 0 14 3D 7 28 50 41
Octal 355 276 135 0 24 75 7 50 120 101
Binary 11101101 10111110 1011101 0 10100 111101 111 101000 1010000 1000001

Color Harmonies of #EDBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE5D

Black with #EDBE5D

Text Example


Text Example

White with #EDBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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