Html Css Color HEX #EFBD56 Cream Can

📋 copy color: '#EFBD56'

red 239 ◦ green 189 ◦ blue 86

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

Shades of Cream Can #EFBD56

Tints of Cream Can #EFBD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.73%

R = 46.5%
G = 36.77%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFBD56 (or 0xEFBD56) is known color: Cream Can. HEX triplet: EF, BD and 56. RGB value is (239,189,86). Sum of RGB (Red+Green+Blue) = 239+189+86=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD56 is #1042A9. Grayscale: #C0C0C0. Windows color (decimal): -1065642 or 5684719. OLE color: 5684719.

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

Color convert

RGB 239 189 86 -
CMYK 0 0.21 0.64 0.06
HSL 40.39º 0.83% 0.64% -
HSV(B) 40.39º 0.64% 0.94% -
XYZ 55.47 55.42 16.58 -
YUV 192.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 239 189 86 0 0.21 0.64 0.06 40.39 0.83 0.64
Hex EF BD 56 0 15 40 6 28 53 40
Octal 357 275 126 0 25 100 6 50 123 100
Binary 11101111 10111101 1010110 0 10101 1000000 110 101000 1010011 1000000

Color Harmonies of #EFBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD56

Black with #EFBD56

Text Example


Text Example

White with #EFBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD56; }

 p { color: rgb(239,189,86); }

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

background-color css

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

 a { background-color: rgb(239,189,86); }

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

border-color css

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

 span { border-color: rgb(239,189,86); }

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