Html Css Color HEX #EDF921 Lemon

📋 copy color: '#EDF921'

red 237 ◦ green 249 ◦ blue 33

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

Shades of Lemon #EDF921

Tints of Lemon #EDF921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.36%

R = 45.66%
G = 47.98%
B = 6.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#EDF921 (or 0xEDF921) is known color: Lemon. HEX triplet: ED, F9 and 21. RGB value is (237,249,33). Sum of RGB (Red+Green+Blue) = 237+249+33=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 33 (13.28% from 255 or 6.36% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF921 is #1206DE. Grayscale: #DDDDDD. Windows color (decimal): -1181407 or 2226669. OLE color: 2226669.

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

Color convert

RGB 237 249 33 -
CMYK 0.05 0 0.87 0.02
HSL 63.33º 0.95% 0.55% -
HSV(B) 63.33º 0.87% 0.98% -
XYZ 69.08 85.87 14.37 -
YUV 220.79 22.02 139.56 -
System Red Green Blue C M Y K H S L
Decimal 237 249 33 0.05 0 0.87 0.02 63.33 0.95 0.55
Hex ED F9 21 5 0 57 2 3F 5F 37
Octal 355 371 41 5 0 127 2 77 137 67
Binary 11101101 11111001 100001 101 0 1010111 10 111111 1011111 110111

Color Harmonies of #EDF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF921

Black with #EDF921

Text Example


Text Example

White with #EDF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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