Html Css Color HEX #EBC014 Moon Yellow

📋 copy color: '#EBC014'

red 235 ◦ green 192 ◦ blue 20

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

Shades of Moon Yellow #EBC014

Tints of Moon Yellow #EBC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 52.57%
G = 42.95%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC014 (or 0xEBC014) is known color: Moon Yellow. HEX triplet: EB, C0 and 14. RGB value is (235,192,20). Sum of RGB (Red+Green+Blue) = 235+192+20=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC014 is #143FEB. Grayscale: #B9B9B9. Windows color (decimal): -1327084 or 1360107. OLE color: 1360107.

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

Color convert

RGB 235 192 20 -
CMYK 0 0.18 0.91 0.08
HSL 48º 0.84% 0.5% -
HSV(B) 48º 0.91% 0.92% -
XYZ 53.24 55.41 8.55 -
YUV 185.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 235 192 20 0 0.18 0.91 0.08 48 0.84 0.5
Hex EB C0 14 0 12 5B 8 30 54 32
Octal 353 300 24 0 22 133 10 60 124 62
Binary 11101011 11000000 10100 0 10010 1011011 1000 110000 1010100 110010

Color Harmonies of #EBC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC014

Black with #EBC014

Text Example


Text Example

White with #EBC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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