Html Css Color HEX #EDDB10 Lemon

📋 copy color: '#EDDB10'

red 237 ◦ green 219 ◦ blue 16

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

Shades of Lemon #EDDB10

Tints of Lemon #EDDB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.39%

R = 50.21%
G = 46.4%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDDB10 (or 0xEDDB10) is known color: Lemon. HEX triplet: ED, DB and 10. RGB value is (237,219,16). Sum of RGB (Red+Green+Blue) = 237+219+16=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB10 is #1224EF. Grayscale: #CACACA. Windows color (decimal): -1189104 or 1104877. OLE color: 1104877.

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

Color convert

RGB 237 219 16 -
CMYK 0 0.08 0.93 0.07
HSL 55.11º 0.87% 0.5% -
HSV(B) 55.11º 0.93% 0.93% -
XYZ 60.35 68.7 10.57 -
YUV 201.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 237 219 16 0 0.08 0.93 0.07 55.11 0.87 0.5
Hex ED DB 10 0 8 5D 7 37 57 32
Octal 355 333 20 0 10 135 7 67 127 62
Binary 11101101 11011011 10000 0 1000 1011101 111 110111 1010111 110010

Color Harmonies of #EDDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB10

Black with #EDDB10

Text Example


Text Example

White with #EDDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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