Html Css Color HEX #EBBE14 Moon Yellow

📋 copy color: '#EBBE14'

red 235 ◦ green 190 ◦ blue 20

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

Shades of Moon Yellow #EBBE14

Tints of Moon Yellow #EBBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 20 (8.2% from 255) = 4.49%

R = 52.81%
G = 42.7%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBBE14 (or 0xEBBE14) is known color: Moon Yellow. HEX triplet: EB, BE and 14. RGB value is (235,190,20). Sum of RGB (Red+Green+Blue) = 235+190+20=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE14 is #1441EB. Grayscale: #B8B8B8. Windows color (decimal): -1327596 or 1359595. OLE color: 1359595.

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

Color convert

RGB 235 190 20 -
CMYK 0 0.19 0.91 0.08
HSL 47.44º 0.84% 0.5% -
HSV(B) 47.44º 0.91% 0.92% -
XYZ 52.8 54.54 8.41 -
YUV 184.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 235 190 20 0 0.19 0.91 0.08 47.44 0.84 0.5
Hex EB BE 14 0 13 5B 8 2F 54 32
Octal 353 276 24 0 23 133 10 57 124 62
Binary 11101011 10111110 10100 0 10011 1011011 1000 101111 1010100 110010

Color Harmonies of #EBBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE14

Black with #EBBE14

Text Example


Text Example

White with #EBBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE14; }

 p { color: rgb(235,190,20); }

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

background-color css

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

 a { background-color: rgb(235,190,20); }

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

border-color css

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

 span { border-color: rgb(235,190,20); }

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