Html Css Color HEX #ECBC0E Moon Yellow

📋 copy color: '#ECBC0E'

red 236 ◦ green 188 ◦ blue 14

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

Shades of Moon Yellow #ECBC0E

Tints of Moon Yellow #ECBC0E

RGB

 RED value IS 236 (92.58% from 255) = 53.88%

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 53.88%
G = 42.92%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECBC0E (or 0xECBC0E) is known color: Moon Yellow. HEX triplet: EC, BC and 0E. RGB value is (236,188,14). Sum of RGB (Red+Green+Blue) = 236+188+14=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0E is #1343F1. Grayscale: #B7B7B7. Windows color (decimal): -1262578 or 965868. OLE color: 965868.

HSL color Cylindrical-coordinate representation of color #ECBC0E: hue angle of 47.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECBC0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 14 -
CMYK 0 0.20 0.94 0.07
HSL 47.03º 0.89% 0.49% -
HSV(B) 47.03º 0.94% 0.93% -
XYZ 52.65 53.83 8.03 -
YUV 182.52 32.9 166.15 -
System Red Green Blue C M Y K H S L
Decimal 236 188 14 0 0.20 0.94 0.07 47.03 0.89 0.49
Hex EC BC E 0 14 5E 7 2F 59 31
Octal 354 274 16 0 24 136 7 57 131 61
Binary 11101100 10111100 1110 0 10100 1011110 111 101111 1011001 110001

Color Harmonies of #ECBC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC0E

Black with #ECBC0E

Text Example


Text Example

White with #ECBC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC0E; }

 p { color: rgb(236,188,14); }

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

background-color css

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

 a { background-color: rgb(236,188,14); }

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

border-color css

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

 span { border-color: rgb(236,188,14); }

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