Html Css Color HEX #EDDB14 Lemon

📋 copy color: '#EDDB14'

red 237 ◦ green 219 ◦ blue 20

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

Shades of Lemon #EDDB14

Tints of Lemon #EDDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 20 (8.2% from 255) = 4.2%

R = 49.79%
G = 46.01%
B = 4.2%

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

#EDDB14 (or 0xEDDB14) is known color: Lemon. HEX triplet: ED, DB and 14. RGB value is (237,219,20). Sum of RGB (Red+Green+Blue) = 237+219+20=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB14 is #1224EB. Grayscale: #CACACA. Windows color (decimal): -1189100 or 1367021. OLE color: 1367021.

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

Color convert

RGB 237 219 20 -
CMYK 0 0.08 0.92 0.07
HSL 55.02º 0.86% 0.5% -
HSV(B) 55.02º 0.92% 0.93% -
XYZ 60.38 68.72 10.74 -
YUV 201.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 237 219 20 0 0.08 0.92 0.07 55.02 0.86 0.5
Hex ED DB 14 0 8 5C 7 37 56 32
Octal 355 333 24 0 10 134 7 67 126 62
Binary 11101101 11011011 10100 0 1000 1011100 111 110111 1010110 110010

Color Harmonies of #EDDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB14

Black with #EDDB14

Text Example


Text Example

White with #EDDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB14; }

 p { color: rgb(237,219,20); }

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

background-color css

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

 a { background-color: rgb(237,219,20); }

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

border-color css

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

 span { border-color: rgb(237,219,20); }

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