Html Css Color HEX #EBE70C Lemon

📋 copy color: '#EBE70C'

red 235 ◦ green 231 ◦ blue 12

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

Shades of Lemon #EBE70C

Tints of Lemon #EBE70C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.33%

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

R = 49.16%
G = 48.33%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE70C (or 0xEBE70C) is known color: Lemon. HEX triplet: EB, E7 and 0C. RGB value is (235,231,12). Sum of RGB (Red+Green+Blue) = 235+231+12=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE70C is #1418F3. Grayscale: #D0D0D0. Windows color (decimal): -1317108 or 845803. OLE color: 845803.

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

Color convert

RGB 235 231 12 -
CMYK 0 0.02 0.95 0.08
HSL 58.92º 0.9% 0.48% -
HSV(B) 58.92º 0.95% 0.92% -
XYZ 62.9 74.84 11.48 -
YUV 207.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 235 231 12 0 0.02 0.95 0.08 58.92 0.9 0.48
Hex EB E7 C 0 2 5F 8 3B 5A 30
Octal 353 347 14 0 2 137 10 73 132 60
Binary 11101011 11100111 1100 0 10 1011111 1000 111011 1011010 110000

Color Harmonies of #EBE70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE70C

Black with #EBE70C

Text Example


Text Example

White with #EBE70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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