Html Css Color HEX #EFF894 Tidal

📋 copy color: '#EFF894'

red 239 ◦ green 248 ◦ blue 148

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

Shades of Tidal #EFF894

Tints of Tidal #EFF894

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.06%

 BLUE value IS 148 (58.2% from 255) = 23.31%

R = 37.64%
G = 39.06%
B = 23.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#EFF894 (or 0xEFF894) is known color: Tidal. HEX triplet: EF, F8 and 94. RGB value is (239,248,148). Sum of RGB (Red+Green+Blue) = 239+248+148=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 148 (58.20% from 255 or 23.31% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF894 is #10076B. Grayscale: #EAEAEA. Windows color (decimal): -1050476 or 9763055. OLE color: 9763055.

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

Color convert

RGB 239 248 148 -
CMYK 0.04 0 0.40 0.03
HSL 65.4º 0.88% 0.78% -
HSV(B) 65.4º 0.4% 0.97% -
XYZ 74.51 87.62 41 -
YUV 233.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 239 248 148 0.04 0 0.40 0.03 65.4 0.88 0.78
Hex EF F8 94 4 0 28 3 41 58 4E
Octal 357 370 224 4 0 50 3 101 130 116
Binary 11101111 11111000 10010100 100 0 101000 11 1000001 1011000 1001110

Color Harmonies of #EFF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF894

Black with #EFF894

Text Example


Text Example

White with #EFF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF894; }

 p { color: rgb(239,248,148); }

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

background-color css

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

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

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

border-color css

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

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

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