Html Css Color HEX #EDEF8B Tidal

📋 copy color: '#EDEF8B'

red 237 ◦ green 239 ◦ blue 139

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

Shades of Tidal #EDEF8B

Tints of Tidal #EDEF8B

RGB

 RED value IS 237 (92.97% from 255) = 38.54%

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

 BLUE value IS 139 (54.69% from 255) = 22.6%

R = 38.54%
G = 38.86%
B = 22.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EDEF8B (or 0xEDEF8B) is known color: Tidal. HEX triplet: ED, EF and 8B. RGB value is (237,239,139). Sum of RGB (Red+Green+Blue) = 237+239+139=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF8B is #121074. Grayscale: #E3E3E3. Windows color (decimal): -1183861 or 9170925. OLE color: 9170925.

HSL color Cylindrical-coordinate representation of color #EDEF8B: hue angle of 61.2º 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 #EDEF8B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 139 -
CMYK 0.01 0 0.42 0.06
HSL 61.2º 0.76% 0.74% -
HSV(B) 61.2º 0.42% 0.94% -
XYZ 70.45 81.6 36.46 -
YUV 227 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 237 239 139 0.01 0 0.42 0.06 61.2 0.76 0.74
Hex ED EF 8B 1 0 2A 6 3D 4C 4A
Octal 355 357 213 1 0 52 6 75 114 112
Binary 11101101 11101111 10001011 1 0 101010 110 111101 1001100 1001010

Color Harmonies of #EDEF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF8B

Black with #EDEF8B

Text Example


Text Example

White with #EDEF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF8B; }

 p { color: rgb(237,239,139); }

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

background-color css

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

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

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

border-color css

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

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

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