Html Css Color HEX #EDF712 Lemon

📋 copy color: '#EDF712'

red 237 ◦ green 247 ◦ blue 18

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

Shades of Lemon #EDF712

Tints of Lemon #EDF712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.2%

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

R = 47.21%
G = 49.2%
B = 3.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#EDF712 (or 0xEDF712) is known color: Lemon. HEX triplet: ED, F7 and 12. RGB value is (237,247,18). Sum of RGB (Red+Green+Blue) = 237+247+18=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF712 is #1208ED. Grayscale: #DADADA. Windows color (decimal): -1181934 or 1243117. OLE color: 1243117.

HSL color Cylindrical-coordinate representation of color #EDF712: hue angle of 62.62º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF712 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 18 -
CMYK 0.04 0 0.93 0.03
HSL 62.62º 0.93% 0.52% -
HSV(B) 62.62º 0.93% 0.97% -
XYZ 68.3 84.57 13.3 -
YUV 217.9 15.19 141.62 -
System Red Green Blue C M Y K H S L
Decimal 237 247 18 0.04 0 0.93 0.03 62.62 0.93 0.52
Hex ED F7 12 4 0 5D 3 3F 5D 34
Octal 355 367 22 4 0 135 3 77 135 64
Binary 11101101 11110111 10010 100 0 1011101 11 111111 1011101 110100

Color Harmonies of #EDF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF712

Black with #EDF712

Text Example


Text Example

White with #EDF712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF712; }

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

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

background-color css

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

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

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

border-color css

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

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

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