Html Css Color HEX #EBCC10 Moon Yellow

📋 copy color: '#EBCC10'

red 235 ◦ green 204 ◦ blue 16

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

Shades of Moon Yellow #EBCC10

Tints of Moon Yellow #EBCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

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

R = 51.65%
G = 44.84%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBCC10 (or 0xEBCC10) is known color: Moon Yellow. HEX triplet: EB, CC and 10. RGB value is (235,204,16). Sum of RGB (Red+Green+Blue) = 235+204+16=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC10 is #1433EF. Grayscale: #C0C0C0. Windows color (decimal): -1324016 or 1101035. OLE color: 1101035.

HSL color Cylindrical-coordinate representation of color #EBCC10: hue angle of 51.51º 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 #EBCC10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 16 -
CMYK 0 0.13 0.93 0.08
HSL 51.51º 0.87% 0.49% -
HSV(B) 51.51º 0.93% 0.92% -
XYZ 55.95 60.89 9.29 -
YUV 191.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 235 204 16 0 0.13 0.93 0.08 51.51 0.87 0.49
Hex EB CC 10 0 D 5D 8 34 57 31
Octal 353 314 20 0 15 135 10 64 127 61
Binary 11101011 11001100 10000 0 1101 1011101 1000 110100 1010111 110001

Color Harmonies of #EBCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC10

Black with #EBCC10

Text Example


Text Example

White with #EBCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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