Html Css Color HEX #EBBE0E Moon Yellow

📋 copy color: '#EBBE0E'

red 235 ◦ green 190 ◦ blue 14

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

Shades of Moon Yellow #EBBE0E

Tints of Moon Yellow #EBBE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 53.53%
G = 43.28%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBBE0E (or 0xEBBE0E) is known color: Moon Yellow. HEX triplet: EB, BE and 0E. RGB value is (235,190,14). Sum of RGB (Red+Green+Blue) = 235+190+14=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE0E is #1441F1. Grayscale: #B8B8B8. Windows color (decimal): -1327602 or 966379. OLE color: 966379.

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

Color convert

RGB 235 190 14 -
CMYK 0 0.19 0.94 0.08
HSL 47.78º 0.89% 0.49% -
HSV(B) 47.78º 0.94% 0.92% -
XYZ 52.75 54.52 8.16 -
YUV 183.39 32.41 164.81 -
System Red Green Blue C M Y K H S L
Decimal 235 190 14 0 0.19 0.94 0.08 47.78 0.89 0.49
Hex EB BE E 0 13 5E 8 30 59 31
Octal 353 276 16 0 23 136 10 60 131 61
Binary 11101011 10111110 1110 0 10011 1011110 1000 110000 1011001 110001

Color Harmonies of #EBBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE0E

Black with #EBBE0E

Text Example


Text Example

White with #EBBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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