Html Css Color HEX #EDDB0D Lemon

📋 copy color: '#EDDB0D'

red 237 ◦ green 219 ◦ blue 13

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

Shades of Lemon #EDDB0D

Tints of Lemon #EDDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 50.53%
G = 46.7%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDDB0D (or 0xEDDB0D) is known color: Lemon. HEX triplet: ED, DB and 0D. RGB value is (237,219,13). Sum of RGB (Red+Green+Blue) = 237+219+13=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB0D is #1224F2. Grayscale: #C9C9C9. Windows color (decimal): -1189107 or 908269. OLE color: 908269.

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

Color convert

RGB 237 219 13 -
CMYK 0 0.08 0.95 0.07
HSL 55.18º 0.9% 0.49% -
HSV(B) 55.18º 0.95% 0.93% -
XYZ 60.33 68.7 10.46 -
YUV 200.9 21.96 153.75 -
System Red Green Blue C M Y K H S L
Decimal 237 219 13 0 0.08 0.95 0.07 55.18 0.9 0.49
Hex ED DB D 0 8 5F 7 37 5A 31
Octal 355 333 15 0 10 137 7 67 132 61
Binary 11101101 11011011 1101 0 1000 1011111 111 110111 1011010 110001

Color Harmonies of #EDDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB0D

Black with #EDDB0D

Text Example


Text Example

White with #EDDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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