Html Css Color HEX #EBDD0D Lemon

📋 copy color: '#EBDD0D'

red 235 ◦ green 221 ◦ blue 13

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

Shades of Lemon #EBDD0D

Tints of Lemon #EBDD0D

RGB

 RED value IS 235 (92.19% from 255) = 50.11%

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 50.11%
G = 47.12%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBDD0D (or 0xEBDD0D) is known color: Lemon. HEX triplet: EB, DD and 0D. RGB value is (235,221,13). Sum of RGB (Red+Green+Blue) = 235+221+13=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDD0D is #1422F2. Grayscale: #CACACA. Windows color (decimal): -1319667 or 908779. OLE color: 908779.

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

Color convert

RGB 235 221 13 -
CMYK 0 0.06 0.94 0.08
HSL 56.22º 0.9% 0.49% -
HSV(B) 56.22º 0.94% 0.92% -
XYZ 60.19 69.4 10.6 -
YUV 201.47 21.64 151.91 -
System Red Green Blue C M Y K H S L
Decimal 235 221 13 0 0.06 0.94 0.08 56.22 0.9 0.49
Hex EB DD D 0 6 5E 8 38 5A 31
Octal 353 335 15 0 6 136 10 70 132 61
Binary 11101011 11011101 1101 0 110 1011110 1000 111000 1011010 110001

Color Harmonies of #EBDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD0D

Black with #EBDD0D

Text Example


Text Example

White with #EBDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD0D; }

 p { color: rgb(235,221,13); }

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

background-color css

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

 a { background-color: rgb(235,221,13); }

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

border-color css

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

 span { border-color: rgb(235,221,13); }

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