Html Css Color HEX #EBBA14 Moon Yellow

📋 copy color: '#EBBA14'

red 235 ◦ green 186 ◦ blue 20

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

Shades of Moon Yellow #EBBA14

Tints of Moon Yellow #EBBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

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

R = 53.29%
G = 42.18%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBBA14 (or 0xEBBA14) is known color: Moon Yellow. HEX triplet: EB, BA and 14. RGB value is (235,186,20). Sum of RGB (Red+Green+Blue) = 235+186+20=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA14 is #1445EB. Grayscale: #B6B6B6. Windows color (decimal): -1328620 or 1358571. OLE color: 1358571.

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

Color convert

RGB 235 186 20 -
CMYK 0 0.21 0.91 0.08
HSL 46.33º 0.84% 0.5% -
HSV(B) 46.33º 0.91% 0.92% -
XYZ 51.95 52.83 8.12 -
YUV 181.73 36.73 166 -
System Red Green Blue C M Y K H S L
Decimal 235 186 20 0 0.21 0.91 0.08 46.33 0.84 0.5
Hex EB BA 14 0 15 5B 8 2E 54 32
Octal 353 272 24 0 25 133 10 56 124 62
Binary 11101011 10111010 10100 0 10101 1011011 1000 101110 1010100 110010

Color Harmonies of #EBBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA14

Black with #EBBA14

Text Example


Text Example

White with #EBBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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