Html Css Color HEX #EDF312 Lemon

📋 copy color: '#EDF312'

red 237 ◦ green 243 ◦ blue 18

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

Shades of Lemon #EDF312

Tints of Lemon #EDF312

RGB

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

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

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

R = 47.59%
G = 48.8%
B = 3.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#EDF312 (or 0xEDF312) is known color: Lemon. HEX triplet: ED, F3 and 12. RGB value is (237,243,18). Sum of RGB (Red+Green+Blue) = 237+243+18=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF312 is #120CED. Grayscale: #D8D8D8. Windows color (decimal): -1182958 or 1242093. OLE color: 1242093.

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

Color convert

RGB 237 243 18 -
CMYK 0.02 0 0.93 0.05
HSL 61.6º 0.9% 0.51% -
HSV(B) 61.6º 0.93% 0.95% -
XYZ 67.08 82.15 12.89 -
YUV 215.56 16.51 143.3 -
System Red Green Blue C M Y K H S L
Decimal 237 243 18 0.02 0 0.93 0.05 61.6 0.9 0.51
Hex ED F3 12 2 0 5D 5 3E 5A 33
Octal 355 363 22 2 0 135 5 76 132 63
Binary 11101101 11110011 10010 10 0 1011101 101 111110 1011010 110011

Color Harmonies of #EDF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF312

Black with #EDF312

Text Example


Text Example

White with #EDF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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