Html Css Color HEX #EDBF5D Cream Can

📋 copy color: '#EDBF5D'

red 237 ◦ green 191 ◦ blue 93

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

Shades of Cream Can #EDBF5D

Tints of Cream Can #EDBF5D

RGB

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

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

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

R = 45.49%
G = 36.66%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDBF5D (or 0xEDBF5D) is known color: Cream Can. HEX triplet: ED, BF and 5D. RGB value is (237,191,93). Sum of RGB (Red+Green+Blue) = 237+191+93=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF5D is #1240A2. Grayscale: #C2C2C2. Windows color (decimal): -1196195 or 6143981. OLE color: 6143981.

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

Color convert

RGB 237 191 93 -
CMYK 0 0.19 0.61 0.07
HSL 40.83º 0.8% 0.65% -
HSV(B) 40.83º 0.61% 0.93% -
XYZ 55.53 56.06 18.25 -
YUV 193.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 237 191 93 0 0.19 0.61 0.07 40.83 0.8 0.65
Hex ED BF 5D 0 13 3D 7 29 50 41
Octal 355 277 135 0 23 75 7 51 120 101
Binary 11101101 10111111 1011101 0 10011 111101 111 101001 1010000 1000001

Color Harmonies of #EDBF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF5D

Black with #EDBF5D

Text Example


Text Example

White with #EDBF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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