Html Css Color HEX #EDEC01 Lemon

📋 copy color: '#EDEC01'

red 237 ◦ green 236 ◦ blue 1

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

Shades of Lemon #EDEC01

Tints of Lemon #EDEC01

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50%
G = 49.79%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDEC01 (or 0xEDEC01) is known color: Lemon. HEX triplet: ED, EC and 01. RGB value is (237,236,1). Sum of RGB (Red+Green+Blue) = 237+236+1=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC01 is #1213FE. Grayscale: #D2D2D2. Windows color (decimal): -1184767 or 126189. OLE color: 126189.

HSL color Cylindrical-coordinate representation of color #EDEC01: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEC01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 1 -
CMYK 0 0.00 1.00 0.07
HSL 59.75º 0.99% 0.47% -
HSV(B) 59.75º 1% 0.93% -
XYZ 64.93 78 11.66 -
YUV 209.51 10.33 147.61 -
System Red Green Blue C M Y K H S L
Decimal 237 236 1 0 0.00 1.00 0.07 59.75 0.99 0.47
Hex ED EC 1 0 0 64 7 3C 63 2F
Octal 355 354 1 0 0 144 7 74 143 57
Binary 11101101 11101100 1 0 0 1100100 111 111100 1100011 101111

Color Harmonies of #EDEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC01

Black with #EDEC01

Text Example


Text Example

White with #EDEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC01; }

 p { color: rgb(237,236,1); }

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

background-color css

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

 a { background-color: rgb(237,236,1); }

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

border-color css

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

 span { border-color: rgb(237,236,1); }

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