Html Css Color HEX #EDF385 Tidal

📋 copy color: '#EDF385'

red 237 ◦ green 243 ◦ blue 133

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

Shades of Tidal #EDF385

Tints of Tidal #EDF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.64%

 BLUE value IS 133 (52.34% from 255) = 21.7%

R = 38.66%
G = 39.64%
B = 21.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EDF385 (or 0xEDF385) is known color: Tidal. HEX triplet: ED, F3 and 85. RGB value is (237,243,133). Sum of RGB (Red+Green+Blue) = 237+243+133=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF385 is #120C7A. Grayscale: #E5E5E5. Windows color (decimal): -1182843 or 8778733. OLE color: 8778733.

HSL color Cylindrical-coordinate representation of color #EDF385: hue angle of 63.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF385 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 133 -
CMYK 0.02 0 0.45 0.05
HSL 63.27º 0.82% 0.74% -
HSV(B) 63.27º 0.45% 0.95% -
XYZ 71.21 83.8 34.61 -
YUV 228.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 237 243 133 0.02 0 0.45 0.05 63.27 0.82 0.74
Hex ED F3 85 2 0 2D 5 3F 52 4A
Octal 355 363 205 2 0 55 5 77 122 112
Binary 11101101 11110011 10000101 10 0 101101 101 111111 1010010 1001010

Color Harmonies of #EDF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF385

Black with #EDF385

Text Example


Text Example

White with #EDF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF385; }

 p { color: rgb(237,243,133); }

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

background-color css

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

 a { background-color: rgb(237,243,133); }

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

border-color css

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

 span { border-color: rgb(237,243,133); }

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