Html Css Color HEX #EBE30C Lemon

📋 copy color: '#EBE30C'

red 235 ◦ green 227 ◦ blue 12

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

Shades of Lemon #EBE30C

Tints of Lemon #EBE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 49.58%
G = 47.89%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE30C (or 0xEBE30C) is known color: Lemon. HEX triplet: EB, E3 and 0C. RGB value is (235,227,12). Sum of RGB (Red+Green+Blue) = 235+227+12=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE30C is #141CF3. Grayscale: #CDCDCD. Windows color (decimal): -1318132 or 844779. OLE color: 844779.

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

Color convert

RGB 235 227 12 -
CMYK 0 0.03 0.95 0.08
HSL 57.85º 0.9% 0.48% -
HSV(B) 57.85º 0.95% 0.92% -
XYZ 61.8 72.63 11.11 -
YUV 204.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 235 227 12 0 0.03 0.95 0.08 57.85 0.9 0.48
Hex EB E3 C 0 3 5F 8 3A 5A 30
Octal 353 343 14 0 3 137 10 72 132 60
Binary 11101011 11100011 1100 0 11 1011111 1000 111010 1011010 110000

Color Harmonies of #EBE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE30C

Black with #EBE30C

Text Example


Text Example

White with #EBE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE30C; }

 p { color: rgb(235,227,12); }

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

background-color css

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

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

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

border-color css

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

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

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