Html Css Color HEX #EDE912 Lemon

📋 copy color: '#EDE912'

red 237 ◦ green 233 ◦ blue 18

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

Shades of Lemon #EDE912

Tints of Lemon #EDE912

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.75%

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

R = 48.57%
G = 47.75%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE912 (or 0xEDE912) is known color: Lemon. HEX triplet: ED, E9 and 12. RGB value is (237,233,18). Sum of RGB (Red+Green+Blue) = 237+233+18=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE912 is #1216ED. Grayscale: #D2D2D2. Windows color (decimal): -1185518 or 1239533. OLE color: 1239533.

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

Color convert

RGB 237 233 18 -
CMYK 0 0.02 0.92 0.07
HSL 58.9º 0.86% 0.5% -
HSV(B) 58.9º 0.92% 0.93% -
XYZ 64.17 76.33 11.92 -
YUV 209.69 19.83 147.48 -
System Red Green Blue C M Y K H S L
Decimal 237 233 18 0 0.02 0.92 0.07 58.9 0.86 0.5
Hex ED E9 12 0 2 5C 7 3B 56 32
Octal 355 351 22 0 2 134 7 73 126 62
Binary 11101101 11101001 10010 0 10 1011100 111 111011 1010110 110010

Color Harmonies of #EDE912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE912

Black with #EDE912

Text Example


Text Example

White with #EDE912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE912; }

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

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

background-color css

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

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

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

border-color css

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

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

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