Html Css Color HEX #EBDF0A Lemon

📋 copy color: '#EBDF0A'

red 235 ◦ green 223 ◦ blue 10

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

Shades of Lemon #EBDF0A

Tints of Lemon #EBDF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 50.21%
G = 47.65%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBDF0A (or 0xEBDF0A) is known color: Lemon. HEX triplet: EB, DF and 0A. RGB value is (235,223,10). Sum of RGB (Red+Green+Blue) = 235+223+10=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF0A is #1420F5. Grayscale: #CBCBCB. Windows color (decimal): -1319158 or 712683. OLE color: 712683.

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

Color convert

RGB 235 223 10 -
CMYK 0 0.05 0.96 0.08
HSL 56.8º 0.92% 0.48% -
HSV(B) 56.8º 0.96% 0.92% -
XYZ 60.7 70.46 10.69 -
YUV 202.31 19.48 151.32 -
System Red Green Blue C M Y K H S L
Decimal 235 223 10 0 0.05 0.96 0.08 56.8 0.92 0.48
Hex EB DF A 0 5 60 8 39 5C 30
Octal 353 337 12 0 5 140 10 71 134 60
Binary 11101011 11011111 1010 0 101 1100000 1000 111001 1011100 110000

Color Harmonies of #EBDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF0A

Black with #EBDF0A

Text Example


Text Example

White with #EBDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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