Html Css Color HEX #EBDF1A Lemon

📋 copy color: '#EBDF1A'

red 235 ◦ green 223 ◦ blue 26

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

Shades of Lemon #EBDF1A

Tints of Lemon #EBDF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 48.55%
G = 46.07%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBDF1A (or 0xEBDF1A) is known color: Lemon. HEX triplet: EB, DF and 1A. RGB value is (235,223,26). Sum of RGB (Red+Green+Blue) = 235+223+26=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF1A is #1420E5. Grayscale: #CCCCCC. Windows color (decimal): -1319142 or 1761259. OLE color: 1761259.

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

Color convert

RGB 235 223 26 -
CMYK 0 0.05 0.89 0.08
HSL 56.56º 0.84% 0.51% -
HSV(B) 56.56º 0.89% 0.92% -
XYZ 60.84 70.51 11.38 -
YUV 204.13 27.48 150.02 -
System Red Green Blue C M Y K H S L
Decimal 235 223 26 0 0.05 0.89 0.08 56.56 0.84 0.51
Hex EB DF 1A 0 5 59 8 39 54 33
Octal 353 337 32 0 5 131 10 71 124 63
Binary 11101011 11011111 11010 0 101 1011001 1000 111001 1010100 110011

Color Harmonies of #EBDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF1A

Black with #EBDF1A

Text Example


Text Example

White with #EBDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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