Html Css Color HEX #EDEF08 Lemon

📋 copy color: '#EDEF08'

red 237 ◦ green 239 ◦ blue 8

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

Shades of Lemon #EDEF08

Tints of Lemon #EDEF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.65%

R = 48.97%
G = 49.38%
B = 1.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EDEF08 (or 0xEDEF08) is known color: Lemon. HEX triplet: ED, EF and 08. RGB value is (237,239,8). Sum of RGB (Red+Green+Blue) = 237+239+8=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 8 (3.52% from 255 or 1.65% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF08 is #1210F7. Grayscale: #D4D4D4. Windows color (decimal): -1183992 or 585709. OLE color: 585709.

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

Color convert

RGB 237 239 8 -
CMYK 0.01 0 0.97 0.06
HSL 60.52º 0.94% 0.48% -
HSV(B) 60.52º 0.97% 0.94% -
XYZ 65.84 79.76 12.15 -
YUV 212.07 12.84 145.78 -
System Red Green Blue C M Y K H S L
Decimal 237 239 8 0.01 0 0.97 0.06 60.52 0.94 0.48
Hex ED EF 8 1 0 61 6 3D 5E 30
Octal 355 357 10 1 0 141 6 75 136 60
Binary 11101101 11101111 1000 1 0 1100001 110 111101 1011110 110000

Color Harmonies of #EDEF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF08

Black with #EDEF08

Text Example


Text Example

White with #EDEF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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