#EFF693

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

Shades of Tidal #EFF693

Tints of Tidal #EFF693

Color information

#EFF693 (or 0xEFF693) is unknown color: approx Tidal. HEX triplet: EF, F6 and 93. RGB value is (239,246,147). Sum of RGB (Red+Green+Blue) = 239+246+147=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 147 (57.81% from 255 or 23.26% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF693 is #10096C. Grayscale: #E9E9E9. Windows color (decimal): -1050989 or 9697007. OLE color: 9697007.

HSL color Cylindrical-coordinate representation of color #EFF693: hue angle of 64.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFF693 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB239246147-
CMYK0.0300.400.04
HSL64.24º84.62%77.06%-
HSV(B)64.24º40.24%96.47%-
XYZ73.8286.3740.38-
YUV232.6279.68132.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 246 (96.48% from 255) = 38.92%
BLUE value IS 147 (57.81% from 255) = 23.26%
R=37.82%
G=38.92%
B=23.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392461470.0300.400.0464.2484.6277.06
HexEFF6933028440554d
Octal35736622330504100125115
Binary111011111111011010010011110101000100100000010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF693; }

 p { color: rgb(239,246,147); }

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

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

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

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

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

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

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