Html Css Color HEX #E6BD49 Cream Can

📋 copy color: '#E6BD49'

red 230 ◦ green 189 ◦ blue 73

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

Shades of Cream Can #E6BD49

Tints of Cream Can #E6BD49

RGB

 RED value IS 230 (90.23% from 255) = 46.75%

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 46.75%
G = 38.41%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6BD49 (or 0xE6BD49) is known color: Cream Can. HEX triplet: E6, BD and 49. RGB value is (230,189,73). Sum of RGB (Red+Green+Blue) = 230+189+73=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD49 is #1942B6. Grayscale: #BCBCBC. Windows color (decimal): -1655479 or 4832742. OLE color: 4832742.

HSL color Cylindrical-coordinate representation of color #E6BD49: hue angle of 44.33º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6BD49 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 73 -
CMYK 0 0.18 0.68 0.10
HSL 44.33º 0.76% 0.59% -
HSV(B) 44.33º 0.68% 0.9% -
XYZ 52.03 53.7 13.93 -
YUV 188.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 230 189 73 0 0.18 0.68 0.10 44.33 0.76 0.59
Hex E6 BD 49 0 12 44 A 2C 4C 3B
Octal 346 275 111 0 22 104 12 54 114 73
Binary 11100110 10111101 1001001 0 10010 1000100 1010 101100 1001100 111011

Color Harmonies of #E6BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD49

Black with #E6BD49

Text Example


Text Example

White with #E6BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD49; }

 p { color: rgb(230,189,73); }

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

background-color css

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

 a { background-color: rgb(230,189,73); }

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

border-color css

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

 span { border-color: rgb(230,189,73); }

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