Html Css Color HEX #EFEF8A Tidal

📋 copy color: '#EFEF8A'

red 239 ◦ green 239 ◦ blue 138

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

Shades of Tidal #EFEF8A

Tints of Tidal #EFEF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.4%

R = 38.8%
G = 38.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFEF8A (or 0xEFEF8A) is known color: Tidal. HEX triplet: EF, EF and 8A. RGB value is (239,239,138). Sum of RGB (Red+Green+Blue) = 239+239+138=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF8A is #101075. Grayscale: #E3E3E3. Windows color (decimal): -1052790 or 9105391. OLE color: 9105391.

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

Color convert

RGB 239 239 138 -
CMYK 0 0 0.42 0.06
HSL 60º 0.76% 0.74% -
HSV(B) 60º 0.42% 0.94% -
XYZ 71.05 81.92 36.11 -
YUV 227.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 239 239 138 0 0 0.42 0.06 60 0.76 0.74
Hex EF EF 8A 0 0 2A 6 3C 4C 4A
Octal 357 357 212 0 0 52 6 74 114 112
Binary 11101111 11101111 10001010 0 0 101010 110 111100 1001100 1001010

Color Harmonies of #EFEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF8A

Black with #EFEF8A

Text Example


Text Example

White with #EFEF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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