Html Css Color HEX #EDF00A Lemon

📋 copy color: '#EDF00A'

red 237 ◦ green 240 ◦ blue 10

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

Shades of Lemon #EDF00A

Tints of Lemon #EDF00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 48.67%
G = 49.28%
B = 2.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EDF00A (or 0xEDF00A) is known color: Lemon. HEX triplet: ED, F0 and 0A. RGB value is (237,240,10). Sum of RGB (Red+Green+Blue) = 237+240+10=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF00A is #120FF5. Grayscale: #D5D5D5. Windows color (decimal): -1183734 or 717037. OLE color: 717037.

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

Color convert

RGB 237 240 10 -
CMYK 0.01 0 0.96 0.06
HSL 60.78º 0.92% 0.49% -
HSV(B) 60.78º 0.96% 0.94% -
XYZ 66.14 80.35 12.31 -
YUV 212.88 13.51 145.2 -
System Red Green Blue C M Y K H S L
Decimal 237 240 10 0.01 0 0.96 0.06 60.78 0.92 0.49
Hex ED F0 A 1 0 60 6 3D 5C 31
Octal 355 360 12 1 0 140 6 75 134 61
Binary 11101101 11110000 1010 1 0 1100000 110 111101 1011100 110001

Color Harmonies of #EDF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF00A

Black with #EDF00A

Text Example


Text Example

White with #EDF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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