Html Css Color HEX #EBC122 Moon Yellow

📋 copy color: '#EBC122'

red 235 ◦ green 193 ◦ blue 34

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

Shades of Moon Yellow #EBC122

Tints of Moon Yellow #EBC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 34 (13.67% from 255) = 7.36%

R = 50.87%
G = 41.77%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC122 (or 0xEBC122) is known color: Moon Yellow. HEX triplet: EB, C1 and 22. RGB value is (235,193,34). Sum of RGB (Red+Green+Blue) = 235+193+34=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC122 is #143EDD. Grayscale: #BCBCBC. Windows color (decimal): -1326814 or 2277867. OLE color: 2277867.

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

Color convert

RGB 235 193 34 -
CMYK 0 0.18 0.86 0.08
HSL 47.46º 0.83% 0.53% -
HSV(B) 47.46º 0.86% 0.92% -
XYZ 53.62 55.92 9.48 -
YUV 187.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 235 193 34 0 0.18 0.86 0.08 47.46 0.83 0.53
Hex EB C1 22 0 12 56 8 2F 53 35
Octal 353 301 42 0 22 126 10 57 123 65
Binary 11101011 11000001 100010 0 10010 1010110 1000 101111 1010011 110101

Color Harmonies of #EBC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC122

Black with #EBC122

Text Example


Text Example

White with #EBC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC122; }

 p { color: rgb(235,193,34); }

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

background-color css

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

 a { background-color: rgb(235,193,34); }

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

border-color css

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

 span { border-color: rgb(235,193,34); }

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