Html Css Color HEX #EBB413 Moon Yellow

📋 copy color: '#EBB413'

red 235 ◦ green 180 ◦ blue 19

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

Shades of Moon Yellow #EBB413

Tints of Moon Yellow #EBB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 54.15%
G = 41.47%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBB413 (or 0xEBB413) is known color: Moon Yellow. HEX triplet: EB, B4 and 13. RGB value is (235,180,19). Sum of RGB (Red+Green+Blue) = 235+180+19=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB413 is #144BEC. Grayscale: #B2B2B2. Windows color (decimal): -1330157 or 1291499. OLE color: 1291499.

HSL color Cylindrical-coordinate representation of color #EBB413: hue angle of 44.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBB413 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 19 -
CMYK 0 0.23 0.92 0.08
HSL 44.72º 0.85% 0.5% -
HSV(B) 44.72º 0.92% 0.92% -
XYZ 50.7 50.35 7.66 -
YUV 178.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 235 180 19 0 0.23 0.92 0.08 44.72 0.85 0.5
Hex EB B4 13 0 17 5C 8 2D 55 32
Octal 353 264 23 0 27 134 10 55 125 62
Binary 11101011 10110100 10011 0 10111 1011100 1000 101101 1010101 110010

Color Harmonies of #EBB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB413

Black with #EBB413

Text Example


Text Example

White with #EBB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB413; }

 p { color: rgb(235,180,19); }

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

background-color css

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

 a { background-color: rgb(235,180,19); }

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

border-color css

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

 span { border-color: rgb(235,180,19); }

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