Html Css Color HEX #EBC814 Moon Yellow

📋 copy color: '#EBC814'

red 235 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #EBC814

Tints of Moon Yellow #EBC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

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

R = 51.65%
G = 43.96%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC814 (or 0xEBC814) is known color: Moon Yellow. HEX triplet: EB, C8 and 14. RGB value is (235,200,20). Sum of RGB (Red+Green+Blue) = 235+200+20=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC814 is #1437EB. Grayscale: #BEBEBE. Windows color (decimal): -1325036 or 1362155. OLE color: 1362155.

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

Color convert

RGB 235 200 20 -
CMYK 0 0.15 0.91 0.08
HSL 50.23º 0.84% 0.5% -
HSV(B) 50.23º 0.91% 0.92% -
XYZ 55.04 59.02 9.15 -
YUV 189.95 32.1 160.14 -
System Red Green Blue C M Y K H S L
Decimal 235 200 20 0 0.15 0.91 0.08 50.23 0.84 0.5
Hex EB C8 14 0 F 5B 8 32 54 32
Octal 353 310 24 0 17 133 10 62 124 62
Binary 11101011 11001000 10100 0 1111 1011011 1000 110010 1010100 110010

Color Harmonies of #EBC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC814

Black with #EBC814

Text Example


Text Example

White with #EBC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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