Html Css Color HEX #EDD912 Lemon

📋 copy color: '#EDD912'

red 237 ◦ green 217 ◦ blue 18

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

Shades of Lemon #EDD912

Tints of Lemon #EDD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 50.21%
G = 45.97%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD912 (or 0xEDD912) is known color: Lemon. HEX triplet: ED, D9 and 12. RGB value is (237,217,18). Sum of RGB (Red+Green+Blue) = 237+217+18=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD912 is #1226ED. Grayscale: #C9C9C9. Windows color (decimal): -1189614 or 1235437. OLE color: 1235437.

HSL color Cylindrical-coordinate representation of color #EDD912: hue angle of 54.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDD912 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 18 -
CMYK 0 0.08 0.92 0.07
HSL 54.52º 0.86% 0.5% -
HSV(B) 54.52º 0.92% 0.93% -
XYZ 59.85 67.67 10.48 -
YUV 200.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 237 217 18 0 0.08 0.92 0.07 54.52 0.86 0.5
Hex ED D9 12 0 8 5C 7 37 56 32
Octal 355 331 22 0 10 134 7 67 126 62
Binary 11101101 11011001 10010 0 1000 1011100 111 110111 1010110 110010

Color Harmonies of #EDD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD912

Black with #EDD912

Text Example


Text Example

White with #EDD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD912; }

 p { color: rgb(237,217,18); }

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

background-color css

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

 a { background-color: rgb(237,217,18); }

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

border-color css

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

 span { border-color: rgb(237,217,18); }

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