Html Css Color HEX #EDF30E Lemon

📋 copy color: '#EDF30E'

red 237 ◦ green 243 ◦ blue 14

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

Shades of Lemon #EDF30E

Tints of Lemon #EDF30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.83%

R = 47.98%
G = 49.19%
B = 2.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#EDF30E (or 0xEDF30E) is known color: Lemon. HEX triplet: ED, F3 and 0E. RGB value is (237,243,14). Sum of RGB (Red+Green+Blue) = 237+243+14=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 14 (5.86% from 255 or 2.83% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF30E is #120CF1. Grayscale: #D8D8D8. Windows color (decimal): -1182962 or 979949. OLE color: 979949.

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

Color convert

RGB 237 243 14 -
CMYK 0.02 0 0.94 0.05
HSL 61.57º 0.91% 0.5% -
HSV(B) 61.57º 0.94% 0.95% -
XYZ 67.05 82.14 12.74 -
YUV 215.1 14.51 143.62 -
System Red Green Blue C M Y K H S L
Decimal 237 243 14 0.02 0 0.94 0.05 61.57 0.91 0.5
Hex ED F3 E 2 0 5E 5 3E 5B 32
Octal 355 363 16 2 0 136 5 76 133 62
Binary 11101101 11110011 1110 10 0 1011110 101 111110 1011011 110010

Color Harmonies of #EDF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF30E

Black with #EDF30E

Text Example


Text Example

White with #EDF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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