Html Css Color HEX #EDF321 Lemon

📋 copy color: '#EDF321'

red 237 ◦ green 243 ◦ blue 33

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

Shades of Lemon #EDF321

Tints of Lemon #EDF321

RGB

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

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

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

R = 46.2%
G = 47.37%
B = 6.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#EDF321 (or 0xEDF321) is known color: Lemon. HEX triplet: ED, F3 and 21. RGB value is (237,243,33). Sum of RGB (Red+Green+Blue) = 237+243+33=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF321 is #120CDE. Grayscale: #DADADA. Windows color (decimal): -1182943 or 2225133. OLE color: 2225133.

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

Color convert

RGB 237 243 33 -
CMYK 0.02 0 0.86 0.05
HSL 61.71º 0.9% 0.54% -
HSV(B) 61.71º 0.86% 0.95% -
XYZ 67.25 82.22 13.76 -
YUV 217.27 24.01 142.08 -
System Red Green Blue C M Y K H S L
Decimal 237 243 33 0.02 0 0.86 0.05 61.71 0.9 0.54
Hex ED F3 21 2 0 56 5 3E 5A 36
Octal 355 363 41 2 0 126 5 76 132 66
Binary 11101101 11110011 100001 10 0 1010110 101 111110 1011010 110110

Color Harmonies of #EDF321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF321

Black with #EDF321

Text Example


Text Example

White with #EDF321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF321; }

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

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

background-color css

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

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

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

border-color css

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

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

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