Html Css Color HEX #EFBF50 Cream Can

📋 copy color: '#EFBF50'

red 239 ◦ green 191 ◦ blue 80

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

Shades of Cream Can #EFBF50

Tints of Cream Can #EFBF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 46.86%
G = 37.45%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFBF50 (or 0xEFBF50) is known color: Cream Can. HEX triplet: EF, BF and 50. RGB value is (239,191,80). Sum of RGB (Red+Green+Blue) = 239+191+80=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF50 is #1040AF. Grayscale: #C1C1C1. Windows color (decimal): -1065136 or 5292015. OLE color: 5292015.

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

Color convert

RGB 239 191 80 -
CMYK 0 0.20 0.67 0.06
HSL 41.89º 0.83% 0.63% -
HSV(B) 41.89º 0.67% 0.94% -
XYZ 55.68 56.19 15.5 -
YUV 192.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 239 191 80 0 0.20 0.67 0.06 41.89 0.83 0.63
Hex EF BF 50 0 14 43 6 2A 53 3F
Octal 357 277 120 0 24 103 6 52 123 77
Binary 11101111 10111111 1010000 0 10100 1000011 110 101010 1010011 111111

Color Harmonies of #EFBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF50

Black with #EFBF50

Text Example


Text Example

White with #EFBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF50; }

 p { color: rgb(239,191,80); }

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

background-color css

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

 a { background-color: rgb(239,191,80); }

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

border-color css

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

 span { border-color: rgb(239,191,80); }

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