Html Css Color HEX #EFFA8C Tidal

📋 copy color: '#EFFA8C'

red 239 ◦ green 250 ◦ blue 140

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

Shades of Tidal #EFFA8C

Tints of Tidal #EFFA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.75%

 BLUE value IS 140 (55.08% from 255) = 22.26%

R = 38%
G = 39.75%
B = 22.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#EFFA8C (or 0xEFFA8C) is known color: Tidal. HEX triplet: EF, FA and 8C. RGB value is (239,250,140). Sum of RGB (Red+Green+Blue) = 239+250+140=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFA8C is #100573. Grayscale: #EAEAEA. Windows color (decimal): -1049972 or 9239279. OLE color: 9239279.

HSL color Cylindrical-coordinate representation of color #EFFA8C: hue angle of 66º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFA8C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 140 -
CMYK 0.04 0 0.44 0.02
HSL 66º 0.92% 0.76% -
HSV(B) 66º 0.44% 0.98% -
XYZ 74.52 88.62 37.99 -
YUV 234.17 74.86 131.44 -
System Red Green Blue C M Y K H S L
Decimal 239 250 140 0.04 0 0.44 0.02 66 0.92 0.76
Hex EF FA 8C 4 0 2C 2 42 5C 4C
Octal 357 372 214 4 0 54 2 102 134 114
Binary 11101111 11111010 10001100 100 0 101100 10 1000010 1011100 1001100

Color Harmonies of #EFFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFA8C

Black with #EFFA8C

Text Example


Text Example

White with #EFFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFA8C; }

 p { color: rgb(239,250,140); }

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

background-color css

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

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

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

border-color css

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

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

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