Html Css Color HEX #EBC314 Moon Yellow

📋 copy color: '#EBC314'

red 235 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #EBC314

Tints of Moon Yellow #EBC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

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

R = 52.22%
G = 43.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC314 (or 0xEBC314) is known color: Moon Yellow. HEX triplet: EB, C3 and 14. RGB value is (235,195,20). Sum of RGB (Red+Green+Blue) = 235+195+20=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC314 is #143CEB. Grayscale: #BBBBBB. Windows color (decimal): -1326316 or 1360875. OLE color: 1360875.

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

Color convert

RGB 235 195 20 -
CMYK 0 0.17 0.91 0.08
HSL 48.84º 0.84% 0.5% -
HSV(B) 48.84º 0.91% 0.92% -
XYZ 53.9 56.74 8.77 -
YUV 187.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 235 195 20 0 0.17 0.91 0.08 48.84 0.84 0.5
Hex EB C3 14 0 11 5B 8 31 54 32
Octal 353 303 24 0 21 133 10 61 124 62
Binary 11101011 11000011 10100 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC314

Black with #EBC314

Text Example


Text Example

White with #EBC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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