Html Css Color HEX #EBC20F Moon Yellow

📋 copy color: '#EBC20F'

red 235 ◦ green 194 ◦ blue 15

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

Shades of Moon Yellow #EBC20F

Tints of Moon Yellow #EBC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 15 (6.25% from 255) = 3.38%

R = 52.93%
G = 43.69%
B = 3.38%

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

#EBC20F (or 0xEBC20F) is known color: Moon Yellow. HEX triplet: EB, C2 and 0F. RGB value is (235,194,15). Sum of RGB (Red+Green+Blue) = 235+194+15=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC20F is #143DF0. Grayscale: #BABABA. Windows color (decimal): -1326577 or 1032939. OLE color: 1032939.

HSL color Cylindrical-coordinate representation of color #EBC20F: hue angle of 48.82º degrees, saturation: 0.88, 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 #EBC20F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 15 -
CMYK 0 0.17 0.94 0.08
HSL 48.82º 0.88% 0.49% -
HSV(B) 48.82º 0.94% 0.92% -
XYZ 53.64 56.28 8.49 -
YUV 185.85 31.58 163.05 -
System Red Green Blue C M Y K H S L
Decimal 235 194 15 0 0.17 0.94 0.08 48.82 0.88 0.49
Hex EB C2 F 0 11 5E 8 31 58 31
Octal 353 302 17 0 21 136 10 61 130 61
Binary 11101011 11000010 1111 0 10001 1011110 1000 110001 1011000 110001

Color Harmonies of #EBC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC20F

Black with #EBC20F

Text Example


Text Example

White with #EBC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC20F; }

 p { color: rgb(235,194,15); }

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

background-color css

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

 a { background-color: rgb(235,194,15); }

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

border-color css

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

 span { border-color: rgb(235,194,15); }

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