Html Css Color HEX #EDF993 Tidal

📋 copy color: '#EDF993'

red 237 ◦ green 249 ◦ blue 147

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

Shades of Tidal #EDF993

Tints of Tidal #EDF993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

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

R = 37.44%
G = 39.34%
B = 23.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EDF993 (or 0xEDF993) is known color: Tidal. HEX triplet: ED, F9 and 93. RGB value is (237,249,147). Sum of RGB (Red+Green+Blue) = 237+249+147=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 147 (57.81% from 255 or 23.22% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF993 is #12066C. Grayscale: #EAEAEA. Windows color (decimal): -1181293 or 9697773. OLE color: 9697773.

HSL color Cylindrical-coordinate representation of color #EDF993: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF993 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 147 -
CMYK 0.05 0 0.41 0.02
HSL 67.06º 0.89% 0.78% -
HSV(B) 67.06º 0.41% 0.98% -
XYZ 74.07 87.86 40.66 -
YUV 233.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 237 249 147 0.05 0 0.41 0.02 67.06 0.89 0.78
Hex ED F9 93 5 0 29 2 43 59 4E
Octal 355 371 223 5 0 51 2 103 131 116
Binary 11101101 11111001 10010011 101 0 101001 10 1000011 1011001 1001110

Color Harmonies of #EDF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF993

Black with #EDF993

Text Example


Text Example

White with #EDF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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