#EFEF8B

Color #EFEF8B Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EFEF8B

Tints of Tidal #EFEF8B

Color information

#EFEF8B (or 0xEFEF8B) is unknown color: approx Tidal. HEX triplet: EF, EF and 8B. RGB value is (239,239,139). Sum of RGB (Red+Green+Blue) = 239+239+139=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF8B is #101074. Grayscale: #E3E3E3. Windows color (decimal): -1052789 or 9170927. OLE color: 9170927.

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

Color convert

RGB239239139-
CMYK000.420.06
HSL60º75.76%74.12%-
HSV(B)60º41.84%93.73%-
XYZ71.1281.9536.5-
YUV227.678136.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 139 (54.69% from 255) = 22.53%
R=38.74%
G=38.74%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239139000.420.066075.7674.12
HexEFEF8B002A63c4c4a
Octal3573572130052674114112
Binary1110111111101111100010110010101011011110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEF8B; }

 p { color: rgb(239,239,139); }

 H1.HeaderClassName
 {
   color: #EFEF8B;
 }
 .AnyTagClassName
 {
   color: #EFEF8B;
 }
</style>
background-color css

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

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

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

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

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

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