Html Css Color HEX #EDF38D Tidal

📋 copy color: '#EDF38D'

red 237 ◦ green 243 ◦ blue 141

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

Shades of Tidal #EDF38D

Tints of Tidal #EDF38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.71%

R = 38.16%
G = 39.13%
B = 22.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#EDF38D (or 0xEDF38D) is known color: Tidal. HEX triplet: ED, F3 and 8D. RGB value is (237,243,141). Sum of RGB (Red+Green+Blue) = 237+243+141=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF38D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF38D is #120C72. Grayscale: #E5E5E5. Windows color (decimal): -1182835 or 9303021. OLE color: 9303021.

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

Color convert

RGB 237 243 141 -
CMYK 0.02 0 0.42 0.05
HSL 63.53º 0.81% 0.75% -
HSV(B) 63.53º 0.42% 0.95% -
XYZ 71.78 84.03 37.64 -
YUV 229.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 237 243 141 0.02 0 0.42 0.05 63.53 0.81 0.75
Hex ED F3 8D 2 0 2A 5 40 51 4B
Octal 355 363 215 2 0 52 5 100 121 113
Binary 11101101 11110011 10001101 10 0 101010 101 1000000 1010001 1001011

Color Harmonies of #EDF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF38D

Black with #EDF38D

Text Example


Text Example

White with #EDF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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