Html Css Color HEX #EDF693 Tidal

📋 copy color: '#EDF693'

red 237 ◦ green 246 ◦ blue 147

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

Shades of Tidal #EDF693

Tints of Tidal #EDF693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.05%

 BLUE value IS 147 (57.81% from 255) = 23.33%

R = 37.62%
G = 39.05%
B = 23.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#EDF693 (or 0xEDF693) is known color: Tidal. HEX triplet: ED, F6 and 93. RGB value is (237,246,147). Sum of RGB (Red+Green+Blue) = 237+246+147=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 147 (57.81% from 255 or 23.33% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF693 is #12096C. Grayscale: #E8E8E8. Windows color (decimal): -1182061 or 9697005. OLE color: 9697005.

HSL color Cylindrical-coordinate representation of color #EDF693: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF693 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 147 -
CMYK 0.04 0 0.40 0.04
HSL 65.45º 0.85% 0.77% -
HSV(B) 65.45º 0.4% 0.96% -
XYZ 73.15 86.02 40.35 -
YUV 232.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 237 246 147 0.04 0 0.40 0.04 65.45 0.85 0.77
Hex ED F6 93 4 0 28 4 41 55 4D
Octal 355 366 223 4 0 50 4 101 125 115
Binary 11101101 11110110 10010011 100 0 101000 100 1000001 1010101 1001101

Color Harmonies of #EDF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF693

Black with #EDF693

Text Example


Text Example

White with #EDF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF693; }

 p { color: rgb(237,246,147); }

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

background-color css

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

 a { background-color: rgb(237,246,147); }

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

border-color css

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

 span { border-color: rgb(237,246,147); }

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