Html Css Color HEX #EDEF03 Lemon

📋 copy color: '#EDEF03'

red 237 ◦ green 239 ◦ blue 3

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

Shades of Lemon #EDEF03

Tints of Lemon #EDEF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 49.48%
G = 49.9%
B = 0.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EDEF03 (or 0xEDEF03) is known color: Lemon. HEX triplet: ED, EF and 03. RGB value is (237,239,3). Sum of RGB (Red+Green+Blue) = 237+239+3=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 3 (1.56% from 255 or 0.63% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF03 is #1210FC. Grayscale: #D4D4D4. Windows color (decimal): -1183997 or 258029. OLE color: 258029.

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

Color convert

RGB 237 239 3 -
CMYK 0.01 0 0.99 0.06
HSL 60.51º 0.98% 0.47% -
HSV(B) 60.51º 0.99% 0.94% -
XYZ 65.81 79.74 12.01 -
YUV 211.5 10.34 146.19 -
System Red Green Blue C M Y K H S L
Decimal 237 239 3 0.01 0 0.99 0.06 60.51 0.98 0.47
Hex ED EF 3 1 0 63 6 3D 62 2F
Octal 355 357 3 1 0 143 6 75 142 57
Binary 11101101 11101111 11 1 0 1100011 110 111101 1100010 101111

Color Harmonies of #EDEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF03

Black with #EDEF03

Text Example


Text Example

White with #EDEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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