Html Css Color HEX #EBC70C Moon Yellow

📋 copy color: '#EBC70C'

red 235 ◦ green 199 ◦ blue 12

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

Shades of Moon Yellow #EBC70C

Tints of Moon Yellow #EBC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.62%

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

R = 52.69%
G = 44.62%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC70C (or 0xEBC70C) is known color: Moon Yellow. HEX triplet: EB, C7 and 0C. RGB value is (235,199,12). Sum of RGB (Red+Green+Blue) = 235+199+12=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC70C is #1438F3. Grayscale: #BDBDBD. Windows color (decimal): -1325300 or 837611. OLE color: 837611.

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

Color convert

RGB 235 199 12 -
CMYK 0 0.15 0.95 0.08
HSL 50.31º 0.9% 0.48% -
HSV(B) 50.31º 0.95% 0.92% -
XYZ 54.75 58.54 8.76 -
YUV 188.45 28.43 161.21 -
System Red Green Blue C M Y K H S L
Decimal 235 199 12 0 0.15 0.95 0.08 50.31 0.9 0.48
Hex EB C7 C 0 F 5F 8 32 5A 30
Octal 353 307 14 0 17 137 10 62 132 60
Binary 11101011 11000111 1100 0 1111 1011111 1000 110010 1011010 110000

Color Harmonies of #EBC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC70C

Black with #EBC70C

Text Example


Text Example

White with #EBC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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