Html Css Color HEX #EDE40C Lemon

📋 copy color: '#EDE40C'

red 237 ◦ green 228 ◦ blue 12

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

Shades of Lemon #EDE40C

Tints of Lemon #EDE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.8%

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 49.69%
G = 47.8%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE40C (or 0xEDE40C) is known color: Lemon. HEX triplet: ED, E4 and 0C. RGB value is (237,228,12). Sum of RGB (Red+Green+Blue) = 237+228+12=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40C is #121BF3. Grayscale: #CECECE. Windows color (decimal): -1186804 or 845037. OLE color: 845037.

HSL color Cylindrical-coordinate representation of color #EDE40C: hue angle of 57.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDE40C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 12 -
CMYK 0 0.04 0.95 0.07
HSL 57.6º 0.9% 0.49% -
HSV(B) 57.6º 0.95% 0.93% -
XYZ 62.73 73.52 11.23 -
YUV 206.07 18.48 150.06 -
System Red Green Blue C M Y K H S L
Decimal 237 228 12 0 0.04 0.95 0.07 57.6 0.9 0.49
Hex ED E4 C 0 4 5F 7 3A 5A 31
Octal 355 344 14 0 4 137 7 72 132 61
Binary 11101101 11100100 1100 0 100 1011111 111 111010 1011010 110001

Color Harmonies of #EDE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE40C

Black with #EDE40C

Text Example


Text Example

White with #EDE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE40C; }

 p { color: rgb(237,228,12); }

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

background-color css

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

 a { background-color: rgb(237,228,12); }

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

border-color css

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

 span { border-color: rgb(237,228,12); }

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