Html Css Color HEX #EFBE5B Cream Can

📋 copy color: '#EFBE5B'

red 239 ◦ green 190 ◦ blue 91

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

Shades of Cream Can #EFBE5B

Tints of Cream Can #EFBE5B

RGB

 RED value IS 239 (93.75% from 255) = 45.96%

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

 BLUE value IS 91 (35.94% from 255) = 17.5%

R = 45.96%
G = 36.54%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFBE5B (or 0xEFBE5B) is known color: Cream Can. HEX triplet: EF, BE and 5B. RGB value is (239,190,91). Sum of RGB (Red+Green+Blue) = 239+190+91=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE5B is #1041A4. Grayscale: #C1C1C1. Windows color (decimal): -1065381 or 6012655. OLE color: 6012655.

HSL color Cylindrical-coordinate representation of color #EFBE5B: hue angle of 40.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFBE5B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 91 -
CMYK 0 0.21 0.62 0.06
HSL 40.14º 0.82% 0.65% -
HSV(B) 40.14º 0.62% 0.94% -
XYZ 55.9 55.93 17.75 -
YUV 193.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 239 190 91 0 0.21 0.62 0.06 40.14 0.82 0.65
Hex EF BE 5B 0 15 3E 6 28 52 41
Octal 357 276 133 0 25 76 6 50 122 101
Binary 11101111 10111110 1011011 0 10101 111110 110 101000 1010010 1000001

Color Harmonies of #EFBE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE5B

Black with #EFBE5B

Text Example


Text Example

White with #EFBE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE5B; }

 p { color: rgb(239,190,91); }

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

background-color css

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

 a { background-color: rgb(239,190,91); }

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

border-color css

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

 span { border-color: rgb(239,190,91); }

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