Html Css Color HEX #E6BD4B Cream Can

📋 copy color: '#E6BD4B'

red 230 ◦ green 189 ◦ blue 75

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

Shades of Cream Can #E6BD4B

Tints of Cream Can #E6BD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.18%

R = 46.56%
G = 38.26%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6BD4B (or 0xE6BD4B) is known color: Cream Can. HEX triplet: E6, BD and 4B. RGB value is (230,189,75). Sum of RGB (Red+Green+Blue) = 230+189+75=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD4B is #1942B4. Grayscale: #BCBCBC. Windows color (decimal): -1655477 or 4963814. OLE color: 4963814.

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

Color convert

RGB 230 189 75 -
CMYK 0 0.18 0.67 0.10
HSL 44.13º 0.76% 0.6% -
HSV(B) 44.13º 0.67% 0.9% -
XYZ 52.1 53.73 14.28 -
YUV 188.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 230 189 75 0 0.18 0.67 0.10 44.13 0.76 0.6
Hex E6 BD 4B 0 12 43 A 2C 4C 3C
Octal 346 275 113 0 22 103 12 54 114 74
Binary 11100110 10111101 1001011 0 10010 1000011 1010 101100 1001100 111100

Color Harmonies of #E6BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD4B

Black with #E6BD4B

Text Example


Text Example

White with #E6BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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