Html Css Color HEX #EBBA1D Moon Yellow

📋 copy color: '#EBBA1D'

red 235 ◦ green 186 ◦ blue 29

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

Shades of Moon Yellow #EBBA1D

Tints of Moon Yellow #EBBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.44%

R = 52.22%
G = 41.33%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBBA1D (or 0xEBBA1D) is known color: Moon Yellow. HEX triplet: EB, BA and 1D. RGB value is (235,186,29). Sum of RGB (Red+Green+Blue) = 235+186+29=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA1D is #1445E2. Grayscale: #B7B7B7. Windows color (decimal): -1328611 or 1948395. OLE color: 1948395.

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

Color convert

RGB 235 186 29 -
CMYK 0 0.21 0.88 0.08
HSL 45.73º 0.84% 0.52% -
HSV(B) 45.73º 0.88% 0.92% -
XYZ 52.04 52.87 8.62 -
YUV 182.75 41.23 165.27 -
System Red Green Blue C M Y K H S L
Decimal 235 186 29 0 0.21 0.88 0.08 45.73 0.84 0.52
Hex EB BA 1D 0 15 58 8 2E 54 34
Octal 353 272 35 0 25 130 10 56 124 64
Binary 11101011 10111010 11101 0 10101 1011000 1000 101110 1010100 110100

Color Harmonies of #EBBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA1D

Black with #EBBA1D

Text Example


Text Example

White with #EBBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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