Html Css Color HEX #EDEF14 Lemon

📋 copy color: '#EDEF14'

red 237 ◦ green 239 ◦ blue 20

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

Shades of Lemon #EDEF14

Tints of Lemon #EDEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

 BLUE value IS 20 (8.2% from 255) = 4.03%

R = 47.78%
G = 48.19%
B = 4.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EDEF14 (or 0xEDEF14) is known color: Lemon. HEX triplet: ED, EF and 14. RGB value is (237,239,20). Sum of RGB (Red+Green+Blue) = 237+239+20=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF14 is #1210EB. Grayscale: #D6D6D6. Windows color (decimal): -1183980 or 1372141. OLE color: 1372141.

HSL color Cylindrical-coordinate representation of color #EDEF14: hue angle of 60.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDEF14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 20 -
CMYK 0.01 0 0.92 0.06
HSL 60.55º 0.87% 0.51% -
HSV(B) 60.55º 0.92% 0.94% -
XYZ 65.92 79.79 12.59 -
YUV 213.44 18.84 144.81 -
System Red Green Blue C M Y K H S L
Decimal 237 239 20 0.01 0 0.92 0.06 60.55 0.87 0.51
Hex ED EF 14 1 0 5C 6 3D 57 33
Octal 355 357 24 1 0 134 6 75 127 63
Binary 11101101 11101111 10100 1 0 1011100 110 111101 1010111 110011

Color Harmonies of #EDEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF14

Black with #EDEF14

Text Example


Text Example

White with #EDEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF14; }

 p { color: rgb(237,239,20); }

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

background-color css

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

 a { background-color: rgb(237,239,20); }

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

border-color css

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

 span { border-color: rgb(237,239,20); }

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