Html Css Color HEX #EBBD10 Moon Yellow

📋 copy color: '#EBBD10'

red 235 ◦ green 189 ◦ blue 16

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

Shades of Moon Yellow #EBBD10

Tints of Moon Yellow #EBBD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 53.41%
G = 42.95%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBBD10 (or 0xEBBD10) is known color: Moon Yellow. HEX triplet: EB, BD and 10. RGB value is (235,189,16). Sum of RGB (Red+Green+Blue) = 235+189+16=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD10 is #1442EF. Grayscale: #B7B7B7. Windows color (decimal): -1327856 or 1097195. OLE color: 1097195.

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

Color convert

RGB 235 189 16 -
CMYK 0 0.20 0.93 0.08
HSL 47.4º 0.87% 0.49% -
HSV(B) 47.4º 0.93% 0.92% -
XYZ 52.55 54.09 8.16 -
YUV 183.03 33.74 165.07 -
System Red Green Blue C M Y K H S L
Decimal 235 189 16 0 0.20 0.93 0.08 47.4 0.87 0.49
Hex EB BD 10 0 14 5D 8 2F 57 31
Octal 353 275 20 0 24 135 10 57 127 61
Binary 11101011 10111101 10000 0 10100 1011101 1000 101111 1010111 110001

Color Harmonies of #EBBD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD10

Black with #EBBD10

Text Example


Text Example

White with #EBBD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD10; }

 p { color: rgb(235,189,16); }

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

background-color css

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

 a { background-color: rgb(235,189,16); }

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

border-color css

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

 span { border-color: rgb(235,189,16); }

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