Html Css Color HEX #EBC30D Moon Yellow

📋 copy color: '#EBC30D'

red 235 ◦ green 195 ◦ blue 13

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

Shades of Moon Yellow #EBC30D

Tints of Moon Yellow #EBC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 53.05%
G = 44.02%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBC30D (or 0xEBC30D) is known color: Moon Yellow. HEX triplet: EB, C3 and 0D. RGB value is (235,195,13). Sum of RGB (Red+Green+Blue) = 235+195+13=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC30D is #143CF2. Grayscale: #BABABA. Windows color (decimal): -1326323 or 902123. OLE color: 902123.

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

Color convert

RGB 235 195 13 -
CMYK 0 0.17 0.94 0.08
HSL 49.19º 0.9% 0.49% -
HSV(B) 49.19º 0.94% 0.92% -
XYZ 53.85 56.72 8.49 -
YUV 186.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 235 195 13 0 0.17 0.94 0.08 49.19 0.9 0.49
Hex EB C3 D 0 11 5E 8 31 5A 31
Octal 353 303 15 0 21 136 10 61 132 61
Binary 11101011 11000011 1101 0 10001 1011110 1000 110001 1011010 110001

Color Harmonies of #EBC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC30D

Black with #EBC30D

Text Example


Text Example

White with #EBC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC30D; }

 p { color: rgb(235,195,13); }

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

background-color css

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

 a { background-color: rgb(235,195,13); }

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

border-color css

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

 span { border-color: rgb(235,195,13); }

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