Html Css Color HEX #EDEF8A Tidal

📋 copy color: '#EDEF8A'

red 237 ◦ green 239 ◦ blue 138

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

Shades of Tidal #EDEF8A

Tints of Tidal #EDEF8A

RGB

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

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

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

R = 38.6%
G = 38.93%
B = 22.48%

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

#EDEF8A (or 0xEDEF8A) is known color: Tidal. HEX triplet: ED, EF and 8A. RGB value is (237,239,138). Sum of RGB (Red+Green+Blue) = 237+239+138=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF8A is #121075. Grayscale: #E3E3E3. Windows color (decimal): -1183862 or 9105389. OLE color: 9105389.

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

Color convert

RGB 237 239 138 -
CMYK 0.01 0 0.42 0.06
HSL 61.19º 0.76% 0.74% -
HSV(B) 61.19º 0.42% 0.94% -
XYZ 70.38 81.57 36.08 -
YUV 226.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 237 239 138 0.01 0 0.42 0.06 61.19 0.76 0.74
Hex ED EF 8A 1 0 2A 6 3D 4C 4A
Octal 355 357 212 1 0 52 6 75 114 112
Binary 11101101 11101111 10001010 1 0 101010 110 111101 1001100 1001010

Color Harmonies of #EDEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF8A

Black with #EDEF8A

Text Example


Text Example

White with #EDEF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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