Html Css Color HEX #EBC320 Moon Yellow

📋 copy color: '#EBC320'

red 235 ◦ green 195 ◦ blue 32

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

Shades of Moon Yellow #EBC320

Tints of Moon Yellow #EBC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.93%

R = 50.87%
G = 42.21%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC320 (or 0xEBC320) is known color: Moon Yellow. HEX triplet: EB, C3 and 20. RGB value is (235,195,32). Sum of RGB (Red+Green+Blue) = 235+195+32=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC320 is #143CDF. Grayscale: #BDBDBD. Windows color (decimal): -1326304 or 2147307. OLE color: 2147307.

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

Color convert

RGB 235 195 32 -
CMYK 0 0.17 0.86 0.08
HSL 48.18º 0.84% 0.52% -
HSV(B) 48.18º 0.86% 0.92% -
XYZ 54.04 56.8 9.48 -
YUV 188.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 235 195 32 0 0.17 0.86 0.08 48.18 0.84 0.52
Hex EB C3 20 0 11 56 8 30 54 34
Octal 353 303 40 0 21 126 10 60 124 64
Binary 11101011 11000011 100000 0 10001 1010110 1000 110000 1010100 110100

Color Harmonies of #EBC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC320

Black with #EBC320

Text Example


Text Example

White with #EBC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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