Html Css Color HEX #EBEE1C Lemon

📋 copy color: '#EBEE1C'

red 235 ◦ green 238 ◦ blue 28

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

Shades of Lemon #EBEE1C

Tints of Lemon #EBEE1C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

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

R = 46.91%
G = 47.5%
B = 5.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EBEE1C (or 0xEBEE1C) is known color: Lemon. HEX triplet: EB, EE and 1C. RGB value is (235,238,28). Sum of RGB (Red+Green+Blue) = 235+238+28=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEE1C is #1411E3. Grayscale: #D6D6D6. Windows color (decimal): -1315300 or 1896171. OLE color: 1896171.

HSL color Cylindrical-coordinate representation of color #EBEE1C: hue angle of 60.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBEE1C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 238 28 -
CMYK 0.01 0 0.88 0.07
HSL 60.86º 0.86% 0.52% -
HSV(B) 60.86º 0.88% 0.93% -
XYZ 65.05 78.9 12.9 -
YUV 213.16 23.51 143.58 -
System Red Green Blue C M Y K H S L
Decimal 235 238 28 0.01 0 0.88 0.07 60.86 0.86 0.52
Hex EB EE 1C 1 0 58 7 3D 56 34
Octal 353 356 34 1 0 130 7 75 126 64
Binary 11101011 11101110 11100 1 0 1011000 111 111101 1010110 110100

Color Harmonies of #EBEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEE1C

Black with #EBEE1C

Text Example


Text Example

White with #EBEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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