Html Css Color HEX #EBBF0E Moon Yellow

📋 copy color: '#EBBF0E'

red 235 ◦ green 191 ◦ blue 14

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

Shades of Moon Yellow #EBBF0E

Tints of Moon Yellow #EBBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 53.41%
G = 43.41%
B = 3.18%

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

#EBBF0E (or 0xEBBF0E) is known color: Moon Yellow. HEX triplet: EB, BF and 0E. RGB value is (235,191,14). Sum of RGB (Red+Green+Blue) = 235+191+14=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBF0E is #1440F1. Grayscale: #B8B8B8. Windows color (decimal): -1327346 or 966635. OLE color: 966635.

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

Color convert

RGB 235 191 14 -
CMYK 0 0.19 0.94 0.08
HSL 48.05º 0.89% 0.49% -
HSV(B) 48.05º 0.94% 0.92% -
XYZ 52.97 54.96 8.23 -
YUV 183.98 32.08 164.39 -
System Red Green Blue C M Y K H S L
Decimal 235 191 14 0 0.19 0.94 0.08 48.05 0.89 0.49
Hex EB BF E 0 13 5E 8 30 59 31
Octal 353 277 16 0 23 136 10 60 131 61
Binary 11101011 10111111 1110 0 10011 1011110 1000 110000 1011001 110001

Color Harmonies of #EBBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF0E

Black with #EBBF0E

Text Example


Text Example

White with #EBBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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