Html Css Color HEX #E6BE4E Cream Can

📋 copy color: '#E6BE4E'

red 230 ◦ green 190 ◦ blue 78

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

Shades of Cream Can #E6BE4E

Tints of Cream Can #E6BE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 78 (30.86% from 255) = 15.66%

R = 46.18%
G = 38.15%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6BE4E (or 0xE6BE4E) is known color: Cream Can. HEX triplet: E6, BE and 4E. RGB value is (230,190,78). Sum of RGB (Red+Green+Blue) = 230+190+78=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE4E is #1941B1. Grayscale: #BDBDBD. Windows color (decimal): -1655218 or 5160678. OLE color: 5160678.

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

Color convert

RGB 230 190 78 -
CMYK 0 0.17 0.66 0.10
HSL 44.21º 0.75% 0.6% -
HSV(B) 44.21º 0.66% 0.9% -
XYZ 52.42 54.2 14.91 -
YUV 189.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 230 190 78 0 0.17 0.66 0.10 44.21 0.75 0.6
Hex E6 BE 4E 0 11 42 A 2C 4B 3C
Octal 346 276 116 0 21 102 12 54 113 74
Binary 11100110 10111110 1001110 0 10001 1000010 1010 101100 1001011 111100

Color Harmonies of #E6BE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE4E

Black with #E6BE4E

Text Example


Text Example

White with #E6BE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE4E; }

 p { color: rgb(230,190,78); }

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

background-color css

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

 a { background-color: rgb(230,190,78); }

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

border-color css

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

 span { border-color: rgb(230,190,78); }

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