Html Css Color HEX #EBEA1C Lemon

📋 copy color: '#EBEA1C'

red 235 ◦ green 234 ◦ blue 28

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

Shades of Lemon #EBEA1C

Tints of Lemon #EBEA1C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.08%

 BLUE value IS 28 (11.33% from 255) = 5.63%

R = 47.28%
G = 47.08%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBEA1C (or 0xEBEA1C) is known color: Lemon. HEX triplet: EB, EA and 1C. RGB value is (235,234,28). Sum of RGB (Red+Green+Blue) = 235+234+28=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA1C is #1415E3. Grayscale: #D3D3D3. Windows color (decimal): -1316324 or 1895147. OLE color: 1895147.

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

Color convert

RGB 235 234 28 -
CMYK 0 0.00 0.88 0.08
HSL 59.71º 0.84% 0.52% -
HSV(B) 59.71º 0.88% 0.92% -
XYZ 63.89 76.59 12.51 -
YUV 210.82 24.83 145.25 -
System Red Green Blue C M Y K H S L
Decimal 235 234 28 0 0.00 0.88 0.08 59.71 0.84 0.52
Hex EB EA 1C 0 0 58 8 3C 54 34
Octal 353 352 34 0 0 130 10 74 124 64
Binary 11101011 11101010 11100 0 0 1011000 1000 111100 1010100 110100

Color Harmonies of #EBEA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA1C

Black with #EBEA1C

Text Example


Text Example

White with #EBEA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA1C; }

 p { color: rgb(235,234,28); }

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

background-color css

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

 a { background-color: rgb(235,234,28); }

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

border-color css

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

 span { border-color: rgb(235,234,28); }

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