#EFFD8A

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

Shades of Tidal #EFFD8A

Tints of Tidal #EFFD8A

Color information

#EFFD8A (or 0xEFFD8A) is unknown color: approx Tidal. HEX triplet: EF, FD and 8A. RGB value is (239,253,138). Sum of RGB (Red+Green+Blue) = 239+253+138=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFD8A is #100275. Grayscale: #ECECEC. Windows color (decimal): -1049206 or 9108975. OLE color: 9108975.

HSL color Cylindrical-coordinate representation of color #EFFD8A: hue angle of 67.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFFD8A is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB239253138-
CMYK0.0600.450.01
HSL67.3º96.64%76.67%-
HSV(B)67.3º45.45%99.22%-
XYZ75.3190.4437.53-
YUV235.772.86130.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 138 (54.30% from 255) = 21.90%
R=37.94%
G=40.16%
B=21.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531380.0600.450.0167.396.6476.67
HexEFFD8A602D143614d
Octal35737521260551103141115
Binary11101111111111011000101011001011011100001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD8A; }

 p { color: rgb(239,253,138); }

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

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

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

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

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

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

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