Html Css Color HEX #EDF00D Lemon

📋 copy color: '#EDF00D'

red 237 ◦ green 240 ◦ blue 13

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

Shades of Lemon #EDF00D

Tints of Lemon #EDF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 13 (5.47% from 255) = 2.65%

R = 48.37%
G = 48.98%
B = 2.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EDF00D (or 0xEDF00D) is known color: Lemon. HEX triplet: ED, F0 and 0D. RGB value is (237,240,13). Sum of RGB (Red+Green+Blue) = 237+240+13=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 13 (5.47% from 255 or 2.65% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF00D is #120FF2. Grayscale: #D6D6D6. Windows color (decimal): -1183731 or 913645. OLE color: 913645.

HSL color Cylindrical-coordinate representation of color #EDF00D: hue angle of 60.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF00D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 13 -
CMYK 0.01 0 0.95 0.06
HSL 60.79º 0.9% 0.5% -
HSV(B) 60.79º 0.95% 0.94% -
XYZ 66.16 80.35 12.4 -
YUV 213.23 15.01 144.96 -
System Red Green Blue C M Y K H S L
Decimal 237 240 13 0.01 0 0.95 0.06 60.79 0.9 0.5
Hex ED F0 D 1 0 5F 6 3D 5A 32
Octal 355 360 15 1 0 137 6 75 132 62
Binary 11101101 11110000 1101 1 0 1011111 110 111101 1011010 110010

Color Harmonies of #EDF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF00D

Black with #EDF00D

Text Example


Text Example

White with #EDF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF00D; }

 p { color: rgb(237,240,13); }

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

background-color css

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

 a { background-color: rgb(237,240,13); }

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

border-color css

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

 span { border-color: rgb(237,240,13); }

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