Html Css Color HEX #EBEB14 Lemon

📋 copy color: '#EBEB14'

red 235 ◦ green 235 ◦ blue 20

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

Shades of Lemon #EBEB14

Tints of Lemon #EBEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 20 (8.2% from 255) = 4.08%

R = 47.96%
G = 47.96%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBEB14 (or 0xEBEB14) is known color: Lemon. HEX triplet: EB, EB and 14. RGB value is (235,235,20). Sum of RGB (Red+Green+Blue) = 235+235+20=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEB14 is #1414EB. Grayscale: #D3D3D3. Windows color (decimal): -1316076 or 1371115. OLE color: 1371115.

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

Color convert

RGB 235 235 20 -
CMYK 0 0 0.91 0.08
HSL 60º 0.84% 0.5% -
HSV(B) 60º 0.91% 0.92% -
XYZ 64.1 77.13 12.17 -
YUV 210.49 20.5 145.48 -
System Red Green Blue C M Y K H S L
Decimal 235 235 20 0 0 0.91 0.08 60 0.84 0.5
Hex EB EB 14 0 0 5B 8 3C 54 32
Octal 353 353 24 0 0 133 10 74 124 62
Binary 11101011 11101011 10100 0 0 1011011 1000 111100 1010100 110010

Color Harmonies of #EBEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB14

Black with #EBEB14

Text Example


Text Example

White with #EBEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB14; }

 p { color: rgb(235,235,20); }

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

background-color css

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

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

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

border-color css

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

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

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