Html Css Color HEX #EDDA0E Lemon

📋 copy color: '#EDDA0E'

red 237 ◦ green 218 ◦ blue 14

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

Shades of Lemon #EDDA0E

Tints of Lemon #EDDA0E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 14 (5.86% from 255) = 2.99%

R = 50.53%
G = 46.48%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDDA0E (or 0xEDDA0E) is known color: Lemon. HEX triplet: ED, DA and 0E. RGB value is (237,218,14). Sum of RGB (Red+Green+Blue) = 237+218+14=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA0E is #1225F1. Grayscale: #C9C9C9. Windows color (decimal): -1189362 or 973549. OLE color: 973549.

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

Color convert

RGB 237 218 14 -
CMYK 0 0.08 0.94 0.07
HSL 54.89º 0.89% 0.49% -
HSV(B) 54.89º 0.94% 0.93% -
XYZ 60.08 68.18 10.41 -
YUV 200.43 22.79 154.09 -
System Red Green Blue C M Y K H S L
Decimal 237 218 14 0 0.08 0.94 0.07 54.89 0.89 0.49
Hex ED DA E 0 8 5E 7 37 59 31
Octal 355 332 16 0 10 136 7 67 131 61
Binary 11101101 11011010 1110 0 1000 1011110 111 110111 1011001 110001

Color Harmonies of #EDDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA0E

Black with #EDDA0E

Text Example


Text Example

White with #EDDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA0E; }

 p { color: rgb(237,218,14); }

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

background-color css

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

 a { background-color: rgb(237,218,14); }

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

border-color css

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

 span { border-color: rgb(237,218,14); }

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