Html Css Color HEX #EDF31A Lemon

📋 copy color: '#EDF31A'

red 237 ◦ green 243 ◦ blue 26

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

Shades of Lemon #EDF31A

Tints of Lemon #EDF31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.14%

R = 46.84%
G = 48.02%
B = 5.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#EDF31A (or 0xEDF31A) is known color: Lemon. HEX triplet: ED, F3 and 1A. RGB value is (237,243,26). Sum of RGB (Red+Green+Blue) = 237+243+26=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF31A is #120CE5. Grayscale: #D9D9D9. Windows color (decimal): -1182950 or 1766381. OLE color: 1766381.

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

Color convert

RGB 237 243 26 -
CMYK 0.02 0 0.89 0.05
HSL 61.66º 0.9% 0.53% -
HSV(B) 61.66º 0.89% 0.95% -
XYZ 67.16 82.18 13.3 -
YUV 216.47 20.51 142.64 -
System Red Green Blue C M Y K H S L
Decimal 237 243 26 0.02 0 0.89 0.05 61.66 0.9 0.53
Hex ED F3 1A 2 0 59 5 3E 5A 35
Octal 355 363 32 2 0 131 5 76 132 65
Binary 11101101 11110011 11010 10 0 1011001 101 111110 1011010 110101

Color Harmonies of #EDF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF31A

Black with #EDF31A

Text Example


Text Example

White with #EDF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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