Html Css Color HEX #EBCC0E Moon Yellow

📋 copy color: '#EBCC0E'

red 235 ◦ green 204 ◦ blue 14

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

Shades of Moon Yellow #EBCC0E

Tints of Moon Yellow #EBCC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

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

R = 51.88%
G = 45.03%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBCC0E (or 0xEBCC0E) is known color: Moon Yellow. HEX triplet: EB, CC and 0E. RGB value is (235,204,14). Sum of RGB (Red+Green+Blue) = 235+204+14=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC0E is #1433F1. Grayscale: #C0C0C0. Windows color (decimal): -1324018 or 969963. OLE color: 969963.

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

Color convert

RGB 235 204 14 -
CMYK 0 0.13 0.94 0.08
HSL 51.58º 0.89% 0.49% -
HSV(B) 51.58º 0.94% 0.92% -
XYZ 55.93 60.88 9.22 -
YUV 191.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 235 204 14 0 0.13 0.94 0.08 51.58 0.89 0.49
Hex EB CC E 0 D 5E 8 34 59 31
Octal 353 314 16 0 15 136 10 64 131 61
Binary 11101011 11001100 1110 0 1101 1011110 1000 110100 1011001 110001

Color Harmonies of #EBCC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC0E

Black with #EBCC0E

Text Example


Text Example

White with #EBCC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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