Html Css Color HEX #E6BF4B Cream Can

📋 copy color: '#E6BF4B'

red 230 ◦ green 191 ◦ blue 75

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

Shades of Cream Can #E6BF4B

Tints of Cream Can #E6BF4B

RGB

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

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

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

R = 46.37%
G = 38.51%
B = 15.12%

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

#E6BF4B (or 0xE6BF4B) is known color: Cream Can. HEX triplet: E6, BF and 4B. RGB value is (230,191,75). Sum of RGB (Red+Green+Blue) = 230+191+75=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF4B is #1940B4. Grayscale: #BDBDBD. Windows color (decimal): -1654965 or 4964326. OLE color: 4964326.

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

Color convert

RGB 230 191 75 -
CMYK 0 0.17 0.67 0.10
HSL 44.9º 0.76% 0.6% -
HSV(B) 44.9º 0.67% 0.9% -
XYZ 52.53 54.59 14.43 -
YUV 189.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 230 191 75 0 0.17 0.67 0.10 44.9 0.76 0.6
Hex E6 BF 4B 0 11 43 A 2D 4C 3C
Octal 346 277 113 0 21 103 12 55 114 74
Binary 11100110 10111111 1001011 0 10001 1000011 1010 101101 1001100 111100

Color Harmonies of #E6BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF4B

Black with #E6BF4B

Text Example


Text Example

White with #E6BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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