Html Css Color HEX #EBC20D Moon Yellow

📋 copy color: '#EBC20D'

red 235 ◦ green 194 ◦ blue 13

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

Shades of Moon Yellow #EBC20D

Tints of Moon Yellow #EBC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 53.17%
G = 43.89%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBC20D (or 0xEBC20D) is known color: Moon Yellow. HEX triplet: EB, C2 and 0D. RGB value is (235,194,13). Sum of RGB (Red+Green+Blue) = 235+194+13=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC20D is #143DF2. Grayscale: #BABABA. Windows color (decimal): -1326579 or 901867. OLE color: 901867.

HSL color Cylindrical-coordinate representation of color #EBC20D: hue angle of 48.92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBC20D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 13 -
CMYK 0 0.17 0.94 0.08
HSL 48.92º 0.9% 0.49% -
HSV(B) 48.92º 0.94% 0.92% -
XYZ 53.63 56.27 8.42 -
YUV 185.63 30.58 163.22 -
System Red Green Blue C M Y K H S L
Decimal 235 194 13 0 0.17 0.94 0.08 48.92 0.9 0.49
Hex EB C2 D 0 11 5E 8 31 5A 31
Octal 353 302 15 0 21 136 10 61 132 61
Binary 11101011 11000010 1101 0 10001 1011110 1000 110001 1011010 110001

Color Harmonies of #EBC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC20D

Black with #EBC20D

Text Example


Text Example

White with #EBC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC20D; }

 p { color: rgb(235,194,13); }

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

background-color css

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

 a { background-color: rgb(235,194,13); }

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

border-color css

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

 span { border-color: rgb(235,194,13); }

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