Html Css Color HEX #EDEF0B Lemon

📋 copy color: '#EDEF0B'

red 237 ◦ green 239 ◦ blue 11

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

Shades of Lemon #EDEF0B

Tints of Lemon #EDEF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.26%

R = 48.67%
G = 49.08%
B = 2.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EDEF0B (or 0xEDEF0B) is known color: Lemon. HEX triplet: ED, EF and 0B. RGB value is (237,239,11). Sum of RGB (Red+Green+Blue) = 237+239+11=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 11 (4.69% from 255 or 2.26% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF0B is #1210F4. Grayscale: #D5D5D5. Windows color (decimal): -1183989 or 782317. OLE color: 782317.

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

Color convert

RGB 237 239 11 -
CMYK 0.01 0 0.95 0.06
HSL 60.53º 0.91% 0.49% -
HSV(B) 60.53º 0.95% 0.94% -
XYZ 65.85 79.76 12.24 -
YUV 212.41 14.34 145.54 -
System Red Green Blue C M Y K H S L
Decimal 237 239 11 0.01 0 0.95 0.06 60.53 0.91 0.49
Hex ED EF B 1 0 5F 6 3D 5B 31
Octal 355 357 13 1 0 137 6 75 133 61
Binary 11101101 11101111 1011 1 0 1011111 110 111101 1011011 110001

Color Harmonies of #EDEF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF0B

Black with #EDEF0B

Text Example


Text Example

White with #EDEF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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