Html Css Color HEX #EBDF15 Lemon

📋 copy color: '#EBDF15'

red 235 ◦ green 223 ◦ blue 21

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

Shades of Lemon #EBDF15

Tints of Lemon #EBDF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.38%

R = 49.06%
G = 46.56%
B = 4.38%

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

#EBDF15 (or 0xEBDF15) is known color: Lemon. HEX triplet: EB, DF and 15. RGB value is (235,223,21). Sum of RGB (Red+Green+Blue) = 235+223+21=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF15 is #1420EA. Grayscale: #CCCCCC. Windows color (decimal): -1319147 or 1433579. OLE color: 1433579.

HSL color Cylindrical-coordinate representation of color #EBDF15: hue angle of 56.64º 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 #EBDF15 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 21 -
CMYK 0 0.05 0.91 0.08
HSL 56.64º 0.84% 0.5% -
HSV(B) 56.64º 0.91% 0.92% -
XYZ 60.78 70.49 11.11 -
YUV 203.56 24.98 150.43 -
System Red Green Blue C M Y K H S L
Decimal 235 223 21 0 0.05 0.91 0.08 56.64 0.84 0.5
Hex EB DF 15 0 5 5B 8 39 54 32
Octal 353 337 25 0 5 133 10 71 124 62
Binary 11101011 11011111 10101 0 101 1011011 1000 111001 1010100 110010

Color Harmonies of #EBDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF15

Black with #EBDF15

Text Example


Text Example

White with #EBDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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