Html Css Color HEX #EBBD20 Moon Yellow

📋 copy color: '#EBBD20'

red 235 ◦ green 189 ◦ blue 32

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

Shades of Moon Yellow #EBBD20

Tints of Moon Yellow #EBBD20

RGB

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

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

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

R = 51.54%
G = 41.45%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBBD20 (or 0xEBBD20) is known color: Moon Yellow. HEX triplet: EB, BD and 20. RGB value is (235,189,32). Sum of RGB (Red+Green+Blue) = 235+189+32=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBD20 is #1442DF. Grayscale: #B9B9B9. Windows color (decimal): -1327840 or 2145771. OLE color: 2145771.

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

Color convert

RGB 235 189 32 -
CMYK 0 0.20 0.86 0.08
HSL 46.4º 0.84% 0.52% -
HSV(B) 46.4º 0.86% 0.92% -
XYZ 52.72 54.16 9.04 -
YUV 184.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 235 189 32 0 0.20 0.86 0.08 46.4 0.84 0.52
Hex EB BD 20 0 14 56 8 2E 54 34
Octal 353 275 40 0 24 126 10 56 124 64
Binary 11101011 10111101 100000 0 10100 1010110 1000 101110 1010100 110100

Color Harmonies of #EBBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD20

Black with #EBBD20

Text Example


Text Example

White with #EBBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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