Html Css Color HEX #E6BF4C Cream Can

📋 copy color: '#E6BF4C'

red 230 ◦ green 191 ◦ blue 76

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

Shades of Cream Can #E6BF4C

Tints of Cream Can #E6BF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.29%

R = 46.28%
G = 38.43%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6BF4C (or 0xE6BF4C) is known color: Cream Can. HEX triplet: E6, BF and 4C. RGB value is (230,191,76). Sum of RGB (Red+Green+Blue) = 230+191+76=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF4C is #1940B3. Grayscale: #BEBEBE. Windows color (decimal): -1654964 or 5029862. OLE color: 5029862.

HSL color Cylindrical-coordinate representation of color #E6BF4C: hue angle of 44.81º degrees, saturation: 0.75, 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 #E6BF4C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 76 -
CMYK 0 0.17 0.67 0.10
HSL 44.81º 0.75% 0.6% -
HSV(B) 44.81º 0.67% 0.9% -
XYZ 52.57 54.61 14.61 -
YUV 189.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 230 191 76 0 0.17 0.67 0.10 44.81 0.75 0.6
Hex E6 BF 4C 0 11 43 A 2D 4B 3C
Octal 346 277 114 0 21 103 12 55 113 74
Binary 11100110 10111111 1001100 0 10001 1000011 1010 101101 1001011 111100

Color Harmonies of #E6BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF4C

Black with #E6BF4C

Text Example


Text Example

White with #E6BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF4C; }

 p { color: rgb(230,191,76); }

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

background-color css

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

 a { background-color: rgb(230,191,76); }

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

border-color css

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

 span { border-color: rgb(230,191,76); }

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