Html Css Color HEX #EBC91A Moon Yellow

📋 copy color: '#EBC91A'

red 235 ◦ green 201 ◦ blue 26

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

Shades of Moon Yellow #EBC91A

Tints of Moon Yellow #EBC91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 26 (10.55% from 255) = 5.63%

R = 50.87%
G = 43.51%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBC91A (or 0xEBC91A) is known color: Moon Yellow. HEX triplet: EB, C9 and 1A. RGB value is (235,201,26). Sum of RGB (Red+Green+Blue) = 235+201+26=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC91A is #1436E5. Grayscale: #BFBFBF. Windows color (decimal): -1324774 or 1755627. OLE color: 1755627.

HSL color Cylindrical-coordinate representation of color #EBC91A: hue angle of 50.24º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBC91A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 26 -
CMYK 0 0.14 0.89 0.08
HSL 50.24º 0.84% 0.51% -
HSV(B) 50.24º 0.89% 0.92% -
XYZ 55.33 59.51 9.55 -
YUV 191.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 235 201 26 0 0.14 0.89 0.08 50.24 0.84 0.51
Hex EB C9 1A 0 E 59 8 32 54 33
Octal 353 311 32 0 16 131 10 62 124 63
Binary 11101011 11001001 11010 0 1110 1011001 1000 110010 1010100 110011

Color Harmonies of #EBC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC91A

Black with #EBC91A

Text Example


Text Example

White with #EBC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC91A; }

 p { color: rgb(235,201,26); }

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

background-color css

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

 a { background-color: rgb(235,201,26); }

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

border-color css

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

 span { border-color: rgb(235,201,26); }

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