Html Css Color HEX #EFEF86 Tidal

📋 copy color: '#EFEF86'

red 239 ◦ green 239 ◦ blue 134

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

Shades of Tidal #EFEF86

Tints of Tidal #EFEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.05%

 BLUE value IS 134 (52.73% from 255) = 21.9%

R = 39.05%
G = 39.05%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFEF86 (or 0xEFEF86) is known color: Tidal. HEX triplet: EF, EF and 86. RGB value is (239,239,134). Sum of RGB (Red+Green+Blue) = 239+239+134=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF86 is #101079. Grayscale: #E3E3E3. Windows color (decimal): -1052794 or 8843247. OLE color: 8843247.

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

Color convert

RGB 239 239 134 -
CMYK 0 0 0.44 0.06
HSL 60º 0.77% 0.73% -
HSV(B) 60º 0.44% 0.94% -
XYZ 70.77 81.8 34.61 -
YUV 227.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 239 239 134 0 0 0.44 0.06 60 0.77 0.73
Hex EF EF 86 0 0 2C 6 3C 4D 49
Octal 357 357 206 0 0 54 6 74 115 111
Binary 11101111 11101111 10000110 0 0 101100 110 111100 1001101 1001001

Color Harmonies of #EFEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF86

Black with #EFEF86

Text Example


Text Example

White with #EFEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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