Html Css Color HEX #EDE10C Lemon

📋 copy color: '#EDE10C'

red 237 ◦ green 225 ◦ blue 12

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

Shades of Lemon #EDE10C

Tints of Lemon #EDE10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 50%
G = 47.47%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE10C (or 0xEDE10C) is known color: Lemon. HEX triplet: ED, E1 and 0C. RGB value is (237,225,12). Sum of RGB (Red+Green+Blue) = 237+225+12=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE10C is #121EF3. Grayscale: #CDCDCD. Windows color (decimal): -1187572 or 844269. OLE color: 844269.

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

Color convert

RGB 237 225 12 -
CMYK 0 0.05 0.95 0.07
HSL 56.8º 0.9% 0.49% -
HSV(B) 56.8º 0.95% 0.93% -
XYZ 61.92 71.88 10.96 -
YUV 204.31 19.48 151.32 -
System Red Green Blue C M Y K H S L
Decimal 237 225 12 0 0.05 0.95 0.07 56.8 0.9 0.49
Hex ED E1 C 0 5 5F 7 39 5A 31
Octal 355 341 14 0 5 137 7 71 132 61
Binary 11101101 11100001 1100 0 101 1011111 111 111001 1011010 110001

Color Harmonies of #EDE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE10C

Black with #EDE10C

Text Example


Text Example

White with #EDE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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