Html Css Color HEX #EBC60F Moon Yellow

📋 copy color: '#EBC60F'

red 235 ◦ green 198 ◦ blue 15

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

Shades of Moon Yellow #EBC60F

Tints of Moon Yellow #EBC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 15 (6.25% from 255) = 3.35%

R = 52.46%
G = 44.2%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBC60F (or 0xEBC60F) is known color: Moon Yellow. HEX triplet: EB, C6 and 0F. RGB value is (235,198,15). Sum of RGB (Red+Green+Blue) = 235+198+15=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC60F is #1439F0. Grayscale: #BCBCBC. Windows color (decimal): -1325553 or 1033963. OLE color: 1033963.

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

Color convert

RGB 235 198 15 -
CMYK 0 0.16 0.94 0.08
HSL 49.91º 0.88% 0.49% -
HSV(B) 49.91º 0.94% 0.92% -
XYZ 54.54 58.08 8.79 -
YUV 188.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 235 198 15 0 0.16 0.94 0.08 49.91 0.88 0.49
Hex EB C6 F 0 10 5E 8 32 58 31
Octal 353 306 17 0 20 136 10 62 130 61
Binary 11101011 11000110 1111 0 10000 1011110 1000 110010 1011000 110001

Color Harmonies of #EBC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC60F

Black with #EBC60F

Text Example


Text Example

White with #EBC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC60F; }

 p { color: rgb(235,198,15); }

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

background-color css

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

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

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

border-color css

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

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

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