Html Css Color HEX #EBDF14 Lemon

📋 copy color: '#EBDF14'

red 235 ◦ green 223 ◦ blue 20

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

Shades of Lemon #EBDF14

Tints of Lemon #EBDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.65%

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

R = 49.16%
G = 46.65%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDF14 (or 0xEBDF14) is known color: Lemon. HEX triplet: EB, DF and 14. RGB value is (235,223,20). Sum of RGB (Red+Green+Blue) = 235+223+20=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF14 is #1420EB. Grayscale: #CCCCCC. Windows color (decimal): -1319148 or 1368043. OLE color: 1368043.

HSL color Cylindrical-coordinate representation of color #EBDF14: hue angle of 56.65º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBDF14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 20 -
CMYK 0 0.05 0.91 0.08
HSL 56.65º 0.84% 0.5% -
HSV(B) 56.65º 0.91% 0.92% -
XYZ 60.77 70.49 11.06 -
YUV 203.45 24.48 150.51 -
System Red Green Blue C M Y K H S L
Decimal 235 223 20 0 0.05 0.91 0.08 56.65 0.84 0.5
Hex EB DF 14 0 5 5B 8 39 54 32
Octal 353 337 24 0 5 133 10 71 124 62
Binary 11101011 11011111 10100 0 101 1011011 1000 111001 1010100 110010

Color Harmonies of #EBDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF14

Black with #EBDF14

Text Example


Text Example

White with #EBDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF14; }

 p { color: rgb(235,223,20); }

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

background-color css

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

 a { background-color: rgb(235,223,20); }

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

border-color css

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

 span { border-color: rgb(235,223,20); }

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