Html Css Color HEX #EDF012 Lemon

📋 copy color: '#EDF012'

red 237 ◦ green 240 ◦ blue 18

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

Shades of Lemon #EDF012

Tints of Lemon #EDF012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 18 (7.42% from 255) = 3.64%

R = 47.88%
G = 48.48%
B = 3.64%

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

#EDF012 (or 0xEDF012) is known color: Lemon. HEX triplet: ED, F0 and 12. RGB value is (237,240,18). Sum of RGB (Red+Green+Blue) = 237+240+18=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF012 is #120FED. Grayscale: #D6D6D6. Windows color (decimal): -1183726 or 1241325. OLE color: 1241325.

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

Color convert

RGB 237 240 18 -
CMYK 0.01 0 0.92 0.06
HSL 60.81º 0.88% 0.51% -
HSV(B) 60.81º 0.93% 0.94% -
XYZ 66.19 80.37 12.6 -
YUV 213.8 17.51 144.55 -
System Red Green Blue C M Y K H S L
Decimal 237 240 18 0.01 0 0.92 0.06 60.81 0.88 0.51
Hex ED F0 12 1 0 5C 6 3D 58 33
Octal 355 360 22 1 0 134 6 75 130 63
Binary 11101101 11110000 10010 1 0 1011100 110 111101 1011000 110011

Color Harmonies of #EDF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF012

Black with #EDF012

Text Example


Text Example

White with #EDF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF012; }

 p { color: rgb(237,240,18); }

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

background-color css

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

 a { background-color: rgb(237,240,18); }

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

border-color css

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

 span { border-color: rgb(237,240,18); }

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