Html Css Color HEX #EBBA1F Moon Yellow

📋 copy color: '#EBBA1F'

red 235 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #EBBA1F

Tints of Moon Yellow #EBBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.86%

R = 51.99%
G = 41.15%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBBA1F (or 0xEBBA1F) is known color: Moon Yellow. HEX triplet: EB, BA and 1F. RGB value is (235,186,31). Sum of RGB (Red+Green+Blue) = 235+186+31=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA1F is #1445E0. Grayscale: #B7B7B7. Windows color (decimal): -1328609 or 2079467. OLE color: 2079467.

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

Color convert

RGB 235 186 31 -
CMYK 0 0.21 0.87 0.08
HSL 45.59º 0.84% 0.52% -
HSV(B) 45.59º 0.87% 0.92% -
XYZ 52.07 52.88 8.76 -
YUV 182.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 235 186 31 0 0.21 0.87 0.08 45.59 0.84 0.52
Hex EB BA 1F 0 15 57 8 2E 54 34
Octal 353 272 37 0 25 127 10 56 124 64
Binary 11101011 10111010 11111 0 10101 1010111 1000 101110 1010100 110100

Color Harmonies of #EBBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA1F

Black with #EBBA1F

Text Example


Text Example

White with #EBBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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