Html Css Color HEX #EDF11A Lemon

📋 copy color: '#EDF11A'

red 237 ◦ green 241 ◦ blue 26

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

Shades of Lemon #EDF11A

Tints of Lemon #EDF11A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 47.02%
G = 47.82%
B = 5.16%

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

#EDF11A (or 0xEDF11A) is known color: Lemon. HEX triplet: ED, F1 and 1A. RGB value is (237,241,26). Sum of RGB (Red+Green+Blue) = 237+241+26=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF11A is #120EE5. Grayscale: #D8D8D8. Windows color (decimal): -1183462 or 1765869. OLE color: 1765869.

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

Color convert

RGB 237 241 26 -
CMYK 0.02 0 0.89 0.05
HSL 61.12º 0.88% 0.52% -
HSV(B) 61.12º 0.89% 0.95% -
XYZ 66.57 80.99 13.1 -
YUV 215.29 21.17 143.48 -
System Red Green Blue C M Y K H S L
Decimal 237 241 26 0.02 0 0.89 0.05 61.12 0.88 0.52
Hex ED F1 1A 2 0 59 5 3D 58 34
Octal 355 361 32 2 0 131 5 75 130 64
Binary 11101101 11110001 11010 10 0 1011001 101 111101 1011000 110100

Color Harmonies of #EDF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF11A

Black with #EDF11A

Text Example


Text Example

White with #EDF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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