Html Css Color HEX #EBB70E Moon Yellow

📋 copy color: '#EBB70E'

red 235 ◦ green 183 ◦ blue 14

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

Shades of Moon Yellow #EBB70E

Tints of Moon Yellow #EBB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

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

R = 54.4%
G = 42.36%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBB70E (or 0xEBB70E) is known color: Moon Yellow. HEX triplet: EB, B7 and 0E. RGB value is (235,183,14). Sum of RGB (Red+Green+Blue) = 235+183+14=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB70E is #1448F1. Grayscale: #B4B4B4. Windows color (decimal): -1329394 or 964587. OLE color: 964587.

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

Color convert

RGB 235 183 14 -
CMYK 0 0.22 0.94 0.08
HSL 45.88º 0.89% 0.49% -
HSV(B) 45.88º 0.94% 0.92% -
XYZ 51.27 51.56 7.67 -
YUV 179.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 235 183 14 0 0.22 0.94 0.08 45.88 0.89 0.49
Hex EB B7 E 0 16 5E 8 2E 59 31
Octal 353 267 16 0 26 136 10 56 131 61
Binary 11101011 10110111 1110 0 10110 1011110 1000 101110 1011001 110001

Color Harmonies of #EBB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB70E

Black with #EBB70E

Text Example


Text Example

White with #EBB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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