Html Css Color HEX #EDE30C Lemon

📋 copy color: '#EDE30C'

red 237 ◦ green 227 ◦ blue 12

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

Shades of Lemon #EDE30C

Tints of Lemon #EDE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.69%

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

R = 49.79%
G = 47.69%
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

#EDE30C (or 0xEDE30C) is known color: Lemon. HEX triplet: ED, E3 and 0C. RGB value is (237,227,12). Sum of RGB (Red+Green+Blue) = 237+227+12=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE30C is #121CF3. Grayscale: #CECECE. Windows color (decimal): -1187060 or 844781. OLE color: 844781.

HSL color Cylindrical-coordinate representation of color #EDE30C: hue angle of 57.33º 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 #EDE30C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 12 -
CMYK 0 0.04 0.95 0.07
HSL 57.33º 0.9% 0.49% -
HSV(B) 57.33º 0.95% 0.93% -
XYZ 62.46 72.97 11.14 -
YUV 205.48 18.81 150.48 -
System Red Green Blue C M Y K H S L
Decimal 237 227 12 0 0.04 0.95 0.07 57.33 0.9 0.49
Hex ED E3 C 0 4 5F 7 39 5A 31
Octal 355 343 14 0 4 137 7 71 132 61
Binary 11101101 11100011 1100 0 100 1011111 111 111001 1011010 110001

Color Harmonies of #EDE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE30C

Black with #EDE30C

Text Example


Text Example

White with #EDE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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